| 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 1bcf1347ff5a5cdce54f5177ff21a48e07349e7c..3dd59273e925e09bdfd4719954a226a4a85359c7 100644
|
| --- a/chrome/browser/extensions/user_script_master.cc
|
| +++ b/chrome/browser/extensions/user_script_master.cc
|
| @@ -493,7 +493,7 @@ void UserScriptMaster::StartLoad() {
|
| void UserScriptMaster::SendUpdate(content::RenderProcessHost* process,
|
| base::SharedMemory* shared_memory) {
|
| // Don't allow injection of content scripts into <webview>.
|
| - if (process->IsGuest())
|
| + if (process->IsIsolatedGuest())
|
| return;
|
|
|
| Profile* profile = Profile::FromBrowserContext(process->GetBrowserContext());
|
|
|