| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index aabb1fdd0da3d29739fb8e9022ce570e6c83834a..ca80dd0a355dcbf1a880335972585e602b4eb691 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -150,11 +150,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;
|
| @@ -214,11 +209,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);
|
|
|
|
|