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

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 + fix clang 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
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..1d53b2e0cd03daf4625dcdcc9417e60f45194a52 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -274,7 +274,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;

Powered by Google App Engine
This is Rietveld 408576698