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

Unified Diff: chromeos/network/network_state_handler.h

Issue 1022333002: Initial CL for Data Saver (Flywheel) prompt when cellular network detected (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: chromeos/network/network_state_handler.h
diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
index 135d225737a0a0544fd6d84e275f4fd43a0af4a2..1dee498c72a7d165c21d77ec8c4079db75fe659d 100644
--- a/chromeos/network/network_state_handler.h
+++ b/chromeos/network/network_state_handler.h
@@ -227,6 +227,9 @@ class CHROMEOS_EXPORT NetworkStateHandler
// Constructs and initializes an instance for testing.
static NetworkStateHandler* InitializeForTest();
+ // Used to simulate change in network properties
Daniel Erat 2015/03/23 03:49:21 nit: add trailing period
Greg Levin 2015/03/24 20:35:32 Done.
+ void DebugNotifyNetworkPropertiesUpdated();
Daniel Erat 2015/03/23 03:49:21 adding a debug method here doesn't seem right.
Greg Levin 2015/03/24 20:35:32 Could you elaborate on what seems wrong about this
Daniel Erat 2015/03/24 20:45:45 thanks for the explanation. there are stub impleme
+
// Default set of comma separated interfaces on which to enable
// portal checking.
static const char kDefaultCheckPortalList[];

Powered by Google App Engine
This is Rietveld 408576698