summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/location_bar_controller.h
diff options
context:
space:
mode:
authorkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 09:35:00 +0000
committerkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 09:35:00 +0000
commit6132fdcd2e8a9d09c6c0faf6deb3629e89f69d4e (patch)
tree230804efaab353b47d710aeff8b8c67dfb48591f /chrome/browser/extensions/location_bar_controller.h
parentf724d89982974423dcae410440fc9e2e90adf2b4 (diff)
downloadchromium_src-6132fdcd2e8a9d09c6c0faf6deb3629e89f69d4e.zip
chromium_src-6132fdcd2e8a9d09c6c0faf6deb3629e89f69d4e.tar.gz
chromium_src-6132fdcd2e8a9d09c6c0faf6deb3629e89f69d4e.tar.bz2
Animate the script badges for cocoa and GTK.
BUG=133139 Review URL: https://chromiumcodereview.appspot.com/10559054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/location_bar_controller.h')
-rw-r--r--chrome/browser/extensions/location_bar_controller.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/browser/extensions/location_bar_controller.h b/chrome/browser/extensions/location_bar_controller.h
index b8e3764..127661f 100644
--- a/chrome/browser/extensions/location_bar_controller.h
+++ b/chrome/browser/extensions/location_bar_controller.h
@@ -29,13 +29,8 @@ class LocationBarController {
virtual ~LocationBarController() {}
- // Utility to add any actions to |out| which aren't present in |actions|.
- static void AddMissingActions(
- const std::set<ExtensionAction*>& actions,
- std::vector<ExtensionAction*>* out);
-
// Gets the action data for all extensions.
- virtual std::vector<ExtensionAction*> GetCurrentActions() = 0;
+ virtual std::vector<ExtensionAction*> GetCurrentActions() const = 0;
// Notifies this that the badge for an extension has been clicked with some
// mouse button (1 for left, 2 for middle, and 3 for right click), and