| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index d9fbf993184cd96fb14fdce1f866108cc208670d..038e2a7753fce8fdc5fda397742b1bc241402669 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -149,11 +149,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;
|
| @@ -213,11 +208,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);
|
|
|
|
|