Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 22796014: Eliminate c/b/chromeos/options/network_connect.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/chromeos/network/network_state_notifier.cc ('k') | ash/system/tray/test_system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index e843e02c0bc3ced8ecdc172af29d951ef80b7fc3..a5c8fb717412cf9384944c862fcc1db741ac191e 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -255,7 +255,8 @@ class SystemTrayDelegate {
virtual void GetDriveOperationStatusList(
DriveOperationStatusList* list) = 0;
- // Shows UI to configure or activate the network specified by |network_id|.
+ // Shows UI to configure or activate the network specified by |network_id|,
+ // which may include showing Payment or Portal UI when appropriate.
virtual void ConfigureNetwork(const std::string& network_id) = 0;
// Shows UI to enroll the network specified by |network_id| if appropriate,
@@ -274,7 +275,7 @@ class SystemTrayDelegate {
virtual void ShowMobileSimDialog() = 0;
// Shows UI to setup a mobile network.
- virtual void ShowMobileSetup(const std::string& network_id) = 0;
+ virtual void ShowMobileSetupDialog(const std::string& service_path) = 0;
// Shows UI to connect to an unlisted wifi network.
virtual void ShowOtherWifi() = 0;
« no previous file with comments | « ash/system/chromeos/network/network_state_notifier.cc ('k') | ash/system/tray/test_system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698