| 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 beac8780b0cf48c8e1d6af6906f10944f92d028c..3195913c9ea711094a5c798584703571b8dfb1c7 100644
|
| --- a/chrome/browser/extensions/extension_tab_helper.cc
|
| +++ b/chrome/browser/extensions/extension_tab_helper.cc
|
| @@ -232,7 +232,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;
|
|
|
|
|