Index: chrome/common/extensions/user_script.h |
diff --git a/chrome/common/extensions/user_script.h b/chrome/common/extensions/user_script.h |
index 53147fc2823a18f64de8afa6a4abdeccebf2a066..2a22233314ccfb795b174e8d4107bae419847a2f 100644 |
--- a/chrome/common/extensions/user_script.h |
+++ b/chrome/common/extensions/user_script.h |
@@ -46,6 +46,7 @@ class UserScript { |
// is "idle". Currently this uses the simple heuristic of: |
// min(DOM_CONTENT_LOADED + TIMEOUT, ONLOAD), but no |
// particular injection point is guaranteed. |
+ DOCUMENT_NOW, // As soon as possible. |
RUN_LOCATION_LAST // Leave this as the last item. |
}; |