Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5874)

Unified Diff: chrome/browser/extensions/extension_message_bubble.h

Issue 1086973004: [Extensions Mac] Implement developer mode warning on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avi's Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_message_bubble.h
diff --git a/chrome/browser/extensions/extension_message_bubble.h b/chrome/browser/extensions/extension_message_bubble.h
index 3819a82f8c169280f2c8b17d711a9fa7bf517500..76986f7a02a8301e9c6e3b5a91c30b097aba0757 100644
--- a/chrome/browser/extensions/extension_message_bubble.h
+++ b/chrome/browser/extensions/extension_message_bubble.h
@@ -11,12 +11,15 @@ class Browser;
namespace extensions {
-// The interface between the SuspiciousExtensionBubble bubble and its
-// controller.
+// The interface between an extension message bubble's view and its
+// corresponding ExtensionMessageBubbleController.
class ExtensionMessageBubble {
public:
// Instruct the bubble to appear.
virtual void Show() = 0;
+
+ protected:
+ virtual ~ExtensionMessageBubble() {}
};
} // namespace extensions
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698