RUN_LOCATION_LAST   52 chrome/renderer/extensions/user_script_scheduler.cc   for (int i = UserScript::UNDEFINED; i < UserScript::RUN_LOCATION_LAST; ++i) {
RUN_LOCATION_LAST  172 extensions/common/user_script.cc   CHECK(run_location >= 0 && run_location < RUN_LOCATION_LAST);