| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 211be2f8511d2eaf771d45b6109cd5ee77715016..1909c5ecf7bb7abcec0bc87bcfeb22759157e81f 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -3521,11 +3521,9 @@ void Browser::RemoveScheduledUpdatesFor(WebContents* contents) {
|
| // Browser, Getters for UI (private):
|
|
|
| StatusBubble* Browser::GetStatusBubble() {
|
| -#if !defined(OS_MACOSX)
|
| // In kiosk mode, we want to always hide the status bubble.
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kKioskMode))
|
| return NULL;
|
| -#endif
|
| return window_ ? window_->GetStatusBubble() : NULL;
|
| }
|
|
|
|
|