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

Unified Diff: ash/system/tray/tray_bubble_view.h

Issue 10824153: Change Ash web notification behavior (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests Created 8 years, 5 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: ash/system/tray/tray_bubble_view.h
diff --git a/ash/system/tray/tray_bubble_view.h b/ash/system/tray/tray_bubble_view.h
index de8b8385ff1a3c677157bb25d104fb18f60e0553..35fd362bbd50638e41f33c847ce567c43c46d822 100644
--- a/ash/system/tray/tray_bubble_view.h
+++ b/ash/system/tray/tray_bubble_view.h
@@ -77,6 +77,7 @@ class TrayBubbleView : public views::BubbleDelegateView {
int bubble_width;
int max_height;
bool can_activate;
+ bool close_on_deactivate;
int arrow_offset;
SkColor arrow_color;
};

Powered by Google App Engine
This is Rietveld 408576698