| Index: chrome/browser/extensions/extension_message_bubble_controller.h
|
| diff --git a/chrome/browser/extensions/extension_message_bubble_controller.h b/chrome/browser/extensions/extension_message_bubble_controller.h
|
| index a6ec56e82caecf4a166fd014fef3e13a67a18a1b..e2a64fd82575e83639a9cdc159c91c447557b186 100644
|
| --- a/chrome/browser/extensions/extension_message_bubble_controller.h
|
| +++ b/chrome/browser/extensions/extension_message_bubble_controller.h
|
| @@ -53,6 +53,10 @@ class ExtensionMessageBubbleController {
|
| // Whether to show a list of extensions in the bubble.
|
| virtual bool ShouldShowExtensionList() const = 0;
|
|
|
| + // In some cases, we want the delegate only to handle a single extension
|
| + // and this sets which extension.
|
| + virtual void RestrictToSingleExtension(const std::string& extension_id);
|
| +
|
| // Record, through UMA, how many extensions were found.
|
| virtual void LogExtensionCount(size_t count) = 0;
|
| virtual void LogAction(BubbleAction action) = 0;
|
|
|