| Index: chrome/renderer/user_script_slave.cc
|
| ===================================================================
|
| --- chrome/renderer/user_script_slave.cc (revision 31822)
|
| +++ chrome/renderer/user_script_slave.cc (working copy)
|
| @@ -28,8 +28,9 @@
|
| // Sets up the chrome.extension module. This may be run multiple times per
|
| // context, but the init method deletes itself after the first time.
|
| static const char kInitExtension[] =
|
| - "if (chrome.initExtension) chrome.initExtension('%s');";
|
| + "if (chrome.initExtension) chrome.initExtension('%s', true);";
|
|
|
| +
|
| int UserScriptSlave::GetIsolatedWorldId(const std::string& extension_id) {
|
| typedef std::map<std::string, int> IsolatedWorldMap;
|
|
|
|
|