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

Unified Diff: chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h

Issue 14134007: NetworkPortalDetector/NetworkStateInformer: Switch over to use NetworkStateHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add proxy_config Created 7 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: chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h
diff --git a/chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h b/chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h
index b652f50f3f9b751c9ab42bc0931957b4f824f66e..0c8b2e504eb757b7495e9ef39e79f0647393adc0 100644
--- a/chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h
+++ b/chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.h
@@ -78,7 +78,7 @@ class LocallyManagedUserCreationScreen
// ConnectivityStateHelperObserver implementation:
ygorshenin1 2013/05/06 09:14:39 Wrong comment, could you please fix it?
gauravsh 2013/05/07 23:38:10 Done.
virtual void OnPortalDetectionCompleted(
- const Network* network,
+ const NetworkState* network,
ygorshenin1 2013/05/06 09:14:39 Forward declaration for NetworkState is needed.
gauravsh 2013/05/07 23:38:10 Done.
const NetworkPortalDetector::CaptivePortalState& state) OVERRIDE;
private:
LocallyManagedUserCreationScreenHandler* actor_;

Powered by Google App Engine
This is Rietveld 408576698