diff options
Diffstat (limited to 'chrome/browser/chromeos/system/ash_system_tray_delegate.cc')
-rw-r--r-- | chrome/browser/chromeos/system/ash_system_tray_delegate.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc index 45afb7e..93a69c9 100644 --- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc +++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc @@ -849,6 +849,10 @@ class SystemTrayDelegate : public ash::SystemTrayDelegate, return CrosLibrary::Get()->GetNetworkLibrary()->wifi_scanning(); } + virtual bool GetCellularInitializing() OVERRIDE { + return CrosLibrary::Get()->GetNetworkLibrary()->cellular_initializing(); + } + virtual void ShowCellularURL(const std::string& url) OVERRIDE { chrome::ShowSingletonTab(GetAppropriateBrowser(), GURL(url)); } |