| Index: chrome/browser/extensions/extension_prefs.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_prefs.h (revision 136343)
|
| +++ chrome/browser/extensions/extension_prefs.h (working copy)
|
| @@ -136,6 +136,10 @@
|
| bool GetBrowserActionVisibility(const Extension* extension);
|
| void SetBrowserActionVisibility(const Extension* extension, bool visible);
|
|
|
| + // Getter and setter for browser action pined state.
|
| + bool GetBrowserActionPined(const Extension* extension);
|
| + void SetBrowserActionPined(const Extension* extension, bool pined);
|
| +
|
| // Did the extension ask to escalate its permission during an upgrade?
|
| bool DidExtensionEscalatePermissions(const std::string& id);
|
|
|
|
|