Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: trunk/src/extensions/common/user_script.h

Issue 307933008: Revert 273866 "Block content scripts from executing until user g..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/extensions/common/user_script.h
===================================================================
--- trunk/src/extensions/common/user_script.h (revision 274101)
+++ trunk/src/extensions/common/user_script.h (working copy)
@@ -45,8 +45,6 @@
// is "idle". Currently this uses the simple heuristic of:
// min(DOM_CONTENT_LOADED + TIMEOUT, ONLOAD), but no
// particular injection point is guaranteed.
- RUN_DEFERRED, // The user script's injection was deferred for permissions
- // reasons, and was executed at a later time.
RUN_LOCATION_LAST // Leave this as the last item.
};
« no previous file with comments | « trunk/src/extensions/common/permissions/permissions_data.cc ('k') | trunk/src/extensions/renderer/dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698