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

Unified Diff: ash/shell.cc

Issue 10201015: [cros] Add network tray item for mobile network setup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit 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
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/system/network/tray_network.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 83b7aac8f33f1376795a78ea31713dcaef578cc2..38c7cb99fc2e6dfdce7e0bd7fc2672472d9785f3 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -458,11 +458,12 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
}
virtual bool GetCellularCarrierInfo(std::string* carrier_id,
- std::string* toup_url) OVERRIDE {
+ std::string* topup_url,
+ std::string* setup_url) OVERRIDE {
return false;
}
- virtual void ShowCellularTopupURL(const std::string& topup_url) OVERRIDE {
+ virtual void ShowCellularURL(const std::string& url) OVERRIDE {
}
virtual void ChangeProxySettings() OVERRIDE {
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/system/network/tray_network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698