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

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

Issue 7294024: Sound volume and bightness bubbles doesn't grab focus anymore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge branch 'trunk' of http://git.chromium.org/git/chromium into 16867 Created 9 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: chrome/browser/chromeos/setting_level_bubble.h
diff --git a/chrome/browser/chromeos/setting_level_bubble.h b/chrome/browser/chromeos/setting_level_bubble.h
index 454ad85f3156105fab951db78e760565c267493f..7d5af904fcc9c203bb30ba28ae11b8e6a4f4f4b8 100644
--- a/chrome/browser/chromeos/setting_level_bubble.h
+++ b/chrome/browser/chromeos/setting_level_bubble.h
@@ -25,6 +25,7 @@ class SettingLevelBubble : public BubbleDelegate,
public:
void ShowBubble(int percent);
void HideBubble();
+ bool IsShown() const;
// Update the bubble's current level without showing the bubble onscreen.
// We _do_ still animate the level moving to |percent| in case the bubble is
« no previous file with comments | « no previous file | chrome/browser/chromeos/setting_level_bubble.cc » ('j') | chrome/browser/chromeos/system_key_event_listener.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698