| Index: chrome/browser/extensions/location_bar_controller.h
|
| diff --git a/chrome/browser/extensions/location_bar_controller.h b/chrome/browser/extensions/location_bar_controller.h
|
| index b8e376465ad0a340cc8c1f9659cdfdb8009cd7c8..127661f88f3ac02996a0b8c3b38047979a9d6d89 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
|
|
|