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

Unified Diff: chrome/browser/chromeos/setting_level_bubble.cc

Issue 7529038: chromeos: Minor changes to volume/brightness bubble UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/chromeos/setting_level_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/setting_level_bubble.cc
diff --git a/chrome/browser/chromeos/setting_level_bubble.cc b/chrome/browser/chromeos/setting_level_bubble.cc
index 709bd302f4ecd8cc47f8ca81de239aa7b5d0b4b4..3f467aec3ef9c2b75a495030a69c7ce1a7238c48 100644
--- a/chrome/browser/chromeos/setting_level_bubble.cc
+++ b/chrome/browser/chromeos/setting_level_bubble.cc
@@ -130,6 +130,7 @@ void SettingLevelBubble::ShowBubble(int percent, bool enabled) {
view_, // contents
this, // delegate
true); // show while screen is locked
+ bubble_->set_fade_away_on_close(true);
} else {
DCHECK(view_);
timeout_timer_.Stop();
« no previous file with comments | « no previous file | chrome/browser/chromeos/setting_level_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698