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

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: Address comments from two reviewers 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..32b72019208a4cbc57810f4f6dcfd581b4df710a 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.
+ void DebugNotifyNetworkPropertiesUpdated();
+
// 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