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

Unified Diff: chromeos/network/network_state.h

Issue 694533007: Add 'setProperties' to InternetOptionsHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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.h
diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
index 91247b474f9e4c175f148d72ac794bbe6dff46c9..509b4f144c0bf9ec999d5805fda9e57dca5a0af4 100644
--- a/chromeos/network/network_state.h
+++ b/chromeos/network/network_state.h
@@ -44,6 +44,10 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
virtual void GetStateProperties(
base::DictionaryValue* dictionary) const override;
+ // Like GetStateProperties, but only sets properties needed for configuration
+ // i.e. no visible state properties.
pneubeck (no reviews) 2014/11/11 16:09:31 what are 'visible state properties' ? maybe drop t
stevenjb 2014/11/12 01:23:29 Clarified.
+ void GetConfigurationStateProperties(base::DictionaryValue* dictionary) const;
+
void IPConfigPropertiesChanged(const base::DictionaryValue& properties);
// Returns true, if the network requires a service activation.

Powered by Google App Engine
This is Rietveld 408576698