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

Unified Diff: chrome/browser/ui/views/extensions/disabled_extensions_view.h

Issue 11232060: Make sure sideload wipeout doesn't interfere with the tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
Index: chrome/browser/ui/views/extensions/disabled_extensions_view.h
===================================================================
--- chrome/browser/ui/views/extensions/disabled_extensions_view.h (revision 163356)
+++ chrome/browser/ui/views/extensions/disabled_extensions_view.h (working copy)
@@ -31,7 +31,7 @@
// Show the Disabled Extension bubble, if needed. Returns true if the bubble
// was shown.
- static bool MaybeShow(Browser* browser, views::View* anchor_view);
+ static void MaybeShow(Browser* browser, views::View* anchor_view);
protected:
// views::BubbleDelegateView overrides:
@@ -40,6 +40,9 @@
private:
virtual ~DisabledExtensionsView();
+ // Makes sure the bubble is not shown again.
+ void DontShowBubbleAgain();
+
// views::ButtonListener implementation.
virtual void ButtonPressed(views::Button* sender,
const ui::Event& event) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698