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

Unified Diff: chrome/browser/extensions/api/tabs/tabs.cc

Issue 10696176: Move UserScript and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 5 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: chrome/browser/extensions/api/tabs/tabs.cc
diff --git a/chrome/browser/extensions/api/tabs/tabs.cc b/chrome/browser/extensions/api/tabs/tabs.cc
index c5b7bc18806aa237c0bc72b5998fe86d93108f4c..98934349f1b311ea9ee831f237a9220e6a021710 100644
--- a/chrome/browser/extensions/api/tabs/tabs.cc
+++ b/chrome/browser/extensions/api/tabs/tabs.cc
@@ -1315,7 +1315,7 @@ bool UpdateTabFunction::UpdateURLIfPresent(DictionaryValue* update_props,
ScriptExecutor::JAVASCRIPT,
url.path(),
ScriptExecutor::TOP_FRAME,
- UserScript::DOCUMENT_IDLE,
+ extensions::UserScript::DOCUMENT_IDLE,
ScriptExecutor::MAIN_WORLD,
base::Bind(&UpdateTabFunction::OnExecuteCodeFinished, this));
« no previous file with comments | « chrome/browser/extensions/api/tabs/execute_code_in_tab_function.cc ('k') | chrome/browser/extensions/convert_user_script.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698