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

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: 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/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index e985684a391648295279158ff07ee076c64e93f0..36b908317a1a4dd2642551b01d76ca2fd9bc33fe 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -471,11 +471,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 {

Powered by Google App Engine
This is Rietveld 408576698