Chromium Code Reviews| Index: chrome/browser/extensions/extension_service.h |
| =================================================================== |
| --- chrome/browser/extensions/extension_service.h (revision 136343) |
| +++ chrome/browser/extensions/extension_service.h (working copy) |
| @@ -255,10 +255,6 @@ |
| // only. |
| void SetAllowFileAccess(const Extension* extension, bool allow); |
| - // Getter and setter for the Browser Action visibility in the toolbar. |
| - bool GetBrowserActionVisibility(const Extension* extension); |
|
Aaron Boodman
2012/05/14 20:18:13
Thanks for fixing this!
yefimt
2012/05/14 21:07:36
np
|
| - void SetBrowserActionVisibility(const Extension* extension, bool visible); |
| - |
| // Whether the persistent background page, if any, is ready. We don't load |
| // other components until then. If there is no background page, or if it is |
| // non-persistent (lazy), we consider it to be ready. |