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

Unified Diff: chrome/browser/chromeos/network_message_observer.h

Issue 10456045: Refactored mobile activation engine outside of WebUI handler in order to expose its state to other … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 6 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: chrome/browser/chromeos/network_message_observer.h
diff --git a/chrome/browser/chromeos/network_message_observer.h b/chrome/browser/chromeos/network_message_observer.h
index 53264b6b7fabf2d15b472dded5d9a13b57ef9979..e340dd1a9a44be7a82d116e00fac8c0144803411 100644
--- a/chrome/browser/chromeos/network_message_observer.h
+++ b/chrome/browser/chromeos/network_message_observer.h
@@ -35,11 +35,13 @@ class NetworkMessageObserver
static bool IsApplicableBackupPlan(const CellularDataPlan* plan,
const CellularDataPlan* other_plan);
private:
- virtual void OpenMobileSetupPage(const base::ListValue* args);
+ virtual void OpenMobileSetupPage(const std::string& service_path,
+ const base::ListValue* args);
virtual void OpenMoreInfoPage(const base::ListValue* args);
virtual void InitNewPlan(const CellularDataPlan* plan);
virtual void ShowNeedsPlanNotification(const CellularNetwork* cellular);
- virtual void ShowNoDataNotification(CellularDataPlanType plan_type);
+ virtual void ShowNoDataNotification(const CellularNetwork* cellular,
rkc 2012/06/05 21:48:03 Nit: Should this be const CellularNetwork* const c
+ CellularDataPlanType plan_type);
virtual void ShowLowDataNotification(const CellularDataPlan* plan);
// NetworkLibrary::NetworkManagerObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698