| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 03f01130783c1a47a25112e4b05a2e8a5225a70f..d5527dddd3c973f9e5a431721f38e3d146055759 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -454,7 +454,8 @@ class OffTheRecordProfileImpl : public Profile,
|
| const Extension* installed_app = GetExtensionService()->
|
| GetInstalledAppForRenderer(renderer_child_id);
|
| if (installed_app != NULL && installed_app->is_storage_isolated() &&
|
| - installed_app->HasApiPermission(Extension::kExperimentalPermission)) {
|
| + installed_app->HasApiPermission(
|
| + ExtensionAPIPermission::Experimental())) {
|
| return GetRequestContextForIsolatedApp(installed_app->id());
|
| }
|
| }
|
|
|