Index: chrome/browser/ui/views/aura/status_area_host_aura.h |
diff --git a/chrome/browser/ui/views/aura/status_area_host_aura.h b/chrome/browser/ui/views/aura/status_area_host_aura.h |
index b5c00bcea1ad43ee7205a0fffea57429c375a12e..15642e5d6052dfd91fe158e391db68a570dd6901 100644 |
--- a/chrome/browser/ui/views/aura/status_area_host_aura.h |
+++ b/chrome/browser/ui/views/aura/status_area_host_aura.h |
@@ -9,6 +9,11 @@ |
#include "base/compiler_specific.h" |
#include "chrome/browser/chromeos/status/status_area_button.h" |
+#if defined(OS_CHROMEOS) |
+#include "base/memory/scoped_ptr.h" |
+#include "chrome/browser/chromeos/login/login_html_dialog.h" |
+#endif |
+ |
class StatusAreaView; |
class TimezoneClockUpdater; |
@@ -46,6 +51,9 @@ class StatusAreaHostAura : public StatusAreaButton::Delegate { |
StatusAreaView* status_area_view_; |
#if defined(OS_CHROMEOS) |
+ // Proxy settings dialog that can be invoked from network menu. |
+ scoped_ptr<chromeos::LoginHtmlDialog> proxy_settings_dialog_; |
+ |
scoped_ptr<TimezoneClockUpdater> timezone_clock_updater_; |
#endif |