| Index: chrome/browser/extensions/settings_api_bubble_controller.h
|
| diff --git a/chrome/browser/extensions/settings_api_bubble_controller.h b/chrome/browser/extensions/settings_api_bubble_controller.h
|
| index 42095330dc4e3330ddc589bb8ad1bf0899a29302..df64077981f85a6556fec15883339f0df75f8c34 100644
|
| --- a/chrome/browser/extensions/settings_api_bubble_controller.h
|
| +++ b/chrome/browser/extensions/settings_api_bubble_controller.h
|
| @@ -6,7 +6,6 @@
|
| #define CHROME_BROWSER_EXTENSIONS_SETTINGS_API_BUBBLE_CONTROLLER_H_
|
|
|
| #include <string>
|
| -
|
| #include "chrome/browser/extensions/extension_message_bubble_controller.h"
|
| #include "chrome/common/extensions/manifest_handlers/settings_overrides_handler.h"
|
|
|
| @@ -19,9 +18,9 @@
|
| SettingsApiBubbleController(Profile* profile, SettingsApiOverrideType type);
|
| ~SettingsApiBubbleController() override;
|
|
|
| - // Returns true if we should show the bubble for the extension actively
|
| - // overriding the setting of |type_|.
|
| - bool ShouldShow();
|
| + // Whether the controller knows that we should show the bubble for extension
|
| + // with |extension_id|. Returns true if so.
|
| + bool ShouldShow(const std::string& extension_id);
|
|
|
| // ExtensionMessageBubbleController:
|
| bool CloseOnDeactivate() override;
|
|
|