Chromium Code Reviews| Index: chrome/browser/extensions/user_script_master.cc |
| diff --git a/chrome/browser/extensions/user_script_master.cc b/chrome/browser/extensions/user_script_master.cc |
| index a3e58465001a36a1748ba245f3d8adb4c3e725f5..bbf9f35f985c0437062606c5e630c261e72fee4d 100644 |
| --- a/chrome/browser/extensions/user_script_master.cc |
| +++ b/chrome/browser/extensions/user_script_master.cc |
| @@ -544,8 +544,8 @@ void UserScriptMaster::SendUpdate( |
| return; // This can legitimately fail if the renderer asserts at startup. |
| if (base::SharedMemory::IsHandleValid(handle_for_process)) { |
| - process->Send(new ExtensionMsg_UpdateUserScripts(handle_for_process, |
| - changed_extensions)); |
| + process->Send(new ExtensionMsg_UpdateUserScripts( |
| + handle_for_process, "", changed_extensions)); |
|
Devlin
2014/07/28 18:15:27
nit: document anonymous string (I think we also te
Mark Dittmer
2014/07/28 22:21:28
Done.
|
| } |
| } |