| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index 06de4cfcc4ddea97073498c942d9aab7d45a37ff..fb5fb3a7507483902daeb50d8e54c4184883f672 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -153,11 +153,6 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
|
| // access to the extension ID list before the ExtensionService is initialized.
|
| static ExtensionIdList GetExtensionsFrom(const PrefService* pref_service);
|
|
|
| - // Returns a copy of the Extensions prefs.
|
| - // TODO(erikkay) Remove this so that external consumers don't need to be
|
| - // aware of the internal structure of the preferences.
|
| - base::DictionaryValue* CopyCurrentExtensions();
|
| -
|
| // Returns true if the specified external extension was uninstalled by the
|
| // user.
|
| bool IsExternalExtensionUninstalled(const std::string& id) const;
|
| @@ -217,11 +212,6 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
|
| const std::string& pref_key,
|
| const base::DictionaryValue** out_value) const OVERRIDE;
|
|
|
| - // Getter and setter for browser action visibility.
|
| - bool GetBrowserActionVisibility(const Extension* extension);
|
| - void SetBrowserActionVisibility(const Extension* extension,
|
| - bool visible);
|
| -
|
| // Did the extension ask to escalate its permission during an upgrade?
|
| bool DidExtensionEscalatePermissions(const std::string& id);
|
|
|
|
|