| Index: chrome/browser/extensions/extension_util.cc
|
| diff --git a/chrome/browser/extensions/extension_util.cc b/chrome/browser/extensions/extension_util.cc
|
| index 23049ebc165e6448e5413bc9b5959b1d086e3039..9696561e0aeb58c34f8e312e7175ef498068c944 100644
|
| --- a/chrome/browser/extensions/extension_util.cc
|
| +++ b/chrome/browser/extensions/extension_util.cc
|
| @@ -198,13 +198,6 @@ bool CanLoadInIncognito(const Extension* extension,
|
| IsIncognitoEnabled(extension->id(), context);
|
| }
|
|
|
| -bool AllowZoomWithoutBubble(const Extension* extension) {
|
| - return FeatureProvider::GetBehaviorFeature(
|
| - BehaviorFeature::kZoomWithoutBubble)
|
| - ->IsAvailableToExtension(extension)
|
| - .is_available();
|
| -}
|
| -
|
| bool AllowFileAccess(const std::string& extension_id,
|
| content::BrowserContext* context) {
|
| return base::CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|