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

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

Issue 5620004: chromeos: Show onscreen bubble when brightness changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/chromeos
Patch Set: remove unnecessary includes Created 10 years 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 4619127f59d13a4b1db00a9a835558ae646d6ee0..262bbdc6fd3112ded9efb0d9db17a63b220ec125 100644
--- a/chrome/browser/chromeos/setting_level_bubble.h
+++ b/chrome/browser/chromeos/setting_level_bubble.h
@@ -8,6 +8,7 @@
#include "app/animation_delegate.h"
#include "app/slide_animation.h"
+#include "base/basictypes.h"
#include "base/timer.h"
#include "chrome/browser/views/info_bubble.h"
@@ -23,6 +24,7 @@ class SettingLevelBubble : public InfoBubbleDelegate,
public AnimationDelegate {
public:
void ShowBubble(int percent);
+ void HideBubble();
protected:
explicit SettingLevelBubble(SkBitmap* increase_icon,

Powered by Google App Engine
This is Rietveld 408576698