| Index: chrome/browser/extensions/extension_service.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_service.cc (revision 137006)
|
| +++ chrome/browser/extensions/extension_service.cc (working copy)
|
| @@ -1695,15 +1695,6 @@
|
| ReloadExtension(extension->id());
|
| }
|
|
|
| -bool ExtensionService::GetBrowserActionVisibility(const Extension* extension) {
|
| - return extension_prefs_->GetBrowserActionVisibility(extension);
|
| -}
|
| -
|
| -void ExtensionService::SetBrowserActionVisibility(const Extension* extension,
|
| - bool visible) {
|
| - extension_prefs_->SetBrowserActionVisibility(extension, visible);
|
| -}
|
| -
|
| // Some extensions will autoupdate themselves externally from Chrome. These
|
| // are typically part of some larger client application package. To support
|
| // these, the extension will register its location in the the preferences file
|
|
|