| Index: chrome/browser/extensions/extension_prefs.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_prefs.h (revision 34323)
|
| +++ chrome/browser/extensions/extension_prefs.h (working copy)
|
| @@ -36,6 +36,12 @@
|
| // Sets the order that toolstrip URLs appear in the shelf.
|
| void SetShelfToolstripOrder(const URLList& urls);
|
|
|
| + // Get the order that the browser actions appear in the toolbar.
|
| + std::vector<std::string> GetToolbarOrder();
|
| +
|
| + // Set the order that the browser actions appear in the toolbar.
|
| + void SetToolbarOrder(const std::vector<std::string>& extension_ids);
|
| +
|
| // Called when an extension is installed, so that prefs get created.
|
| void OnExtensionInstalled(Extension* extension);
|
|
|
|
|