Index: chrome/common/extensions/manifest_handlers/settings_overrides_handler.h |
diff --git a/chrome/common/extensions/manifest_handlers/settings_overrides_handler.h b/chrome/common/extensions/manifest_handlers/settings_overrides_handler.h |
index e63fe8667c11ead7363024e4e6d8ed6a3aa3b918..8f7490a746007c990c01a6af90db390af59a8018 100644 |
--- a/chrome/common/extensions/manifest_handlers/settings_overrides_handler.h |
+++ b/chrome/common/extensions/manifest_handlers/settings_overrides_handler.h |
@@ -22,7 +22,10 @@ struct SettingsOverrides : public Extension::ManifestData { |
static const SettingsOverrides* Get(const Extension* extension); |
- bool RemovesBookmarkButton() const; |
+ static bool RemovesBookmarkButton( |
+ const SettingsOverrides& settings_overrides); |
+ static bool RemovesBookmarkShortcut( |
+ const SettingsOverrides& settings_overrides); |
scoped_ptr<api::manifest_types::ChromeSettingsOverrides::Bookmarks_ui> |
bookmarks_ui; |