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

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

Issue 10201015: [cros] Add network tray item for mobile network setup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 c3992964e4554752c066fb1805b6797042fd8df1..10db34d21528be322d8810e65ebbc1271fb58072 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -229,10 +229,11 @@ class SystemTrayDelegate {
// Retrieves information about the carrier. If the information cannot be
// retrieved, returns false.
virtual bool GetCellularCarrierInfo(std::string* carrier_id,
- std::string* toup_url) = 0;
+ std::string* topup_url,
+ std::string* setup_url) = 0;
- // Opens the top up url.
- virtual void ShowCellularTopupURL(const std::string& topup_url) = 0;
+ // Opens the cellular network specific URL.
+ virtual void ShowCellularURL(const std::string& url) = 0;
// Shows UI for changing proxy settings.
virtual void ChangeProxySettings() = 0;

Powered by Google App Engine
This is Rietveld 408576698