Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / extension_message_bubble_controller.h
index a6ec56e..e2a64fd 100644 (file)
@@ -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;