| 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
|
|
|