| Index: chrome/browser/extensions/extension_tab_helper.cc
|
| diff --git a/chrome/browser/extensions/extension_tab_helper.cc b/chrome/browser/extensions/extension_tab_helper.cc
|
| index 2304299ed7ca692c9a84dadabc0f948bd764df26..ccf6f2561313ef48311a02c9a8ef0e2f3799d068 100644
|
| --- a/chrome/browser/extensions/extension_tab_helper.cc
|
| +++ b/chrome/browser/extensions/extension_tab_helper.cc
|
| @@ -235,7 +235,7 @@ void ExtensionTabHelper::OnGetAppNotifyChannel(
|
| std::string error;
|
| if (!extension ||
|
| !extension->HasAPIPermission(
|
| - ExtensionAPIPermission::kAppNotifications) ||
|
| + extensions::APIPermission::kAppNotifications) ||
|
| !process_map->Contains(extension->id(), process->GetID()))
|
| error = kPermissionError;
|
|
|
|
|