Index: chrome/browser/extensions/user_script_master.cc |
=================================================================== |
--- chrome/browser/extensions/user_script_master.cc (revision 79468) |
+++ chrome/browser/extensions/user_script_master.cc (working copy) |
@@ -238,7 +238,7 @@ |
for (size_t i = 0; i < scripts.size(); i++) { |
const UserScript& script = scripts[i]; |
// TODO(aa): This can be replaced by sending content script metadata to |
- // renderers along with other extension data in ViewMsg_ExtensionLoaded. |
+ // renderers along with other extension data in ExtensionMsg_Loaded. |
// See crbug.com/70516. |
script.Pickle(&pickle); |
// Write scripts as 'data' so that we can read it out in the slave without |