Index: chrome/browser/chromeos/status/status_area_host.h |
diff --git a/chrome/browser/chromeos/status/status_area_host.h b/chrome/browser/chromeos/status/status_area_host.h |
index cc334343e4146e4f357fee55b508ade9e5906ebf..b236e31e26f203f7a5f7633c261e6f90cd21d21f 100644 |
--- a/chrome/browser/chromeos/status/status_area_host.h |
+++ b/chrome/browser/chromeos/status/status_area_host.h |
@@ -37,6 +37,9 @@ class StatusAreaHost { |
// Indicates if the button specified should be visible at the moment. |
virtual bool IsButtonVisible(const views::View* button_view) const = 0; |
+ // True if status area hosted in browser. Otherwise it's OOBE/login state. |
+ virtual bool IsBrowserMode() const = 0; |
+ |
protected: |
virtual ~StatusAreaHost() {} |
}; |