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

Unified Diff: ceee/ie/plugin/scripting/content_script_manager.cc

Issue 4508002: COM replaced with RPC for firing events in broker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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: ceee/ie/plugin/scripting/content_script_manager.cc
===================================================================
--- ceee/ie/plugin/scripting/content_script_manager.cc (revision 65104)
+++ ceee/ie/plugin/scripting/content_script_manager.cc (working copy)
@@ -241,7 +241,7 @@
HRESULT ContentScriptManager::LoadStartScripts(const GURL& match_url,
IHTMLDocument2* document) {
- // Run the document end scripts.
+ // Run the document start scripts.
return LoadScriptsImpl(match_url, document, UserScript::DOCUMENT_START);
}

Powered by Google App Engine
This is Rietveld 408576698