summaryrefslogtreecommitdiffstats
path: root/components/wifi/network_properties.h
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2015-02-19 12:23:04 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-19 20:23:59 +0000
commit813326fdc8dff24091cd7b8def4f65142e1af07f (patch)
tree3b1cabe76c95643d12aca2db97fbc3d0dccee09b /components/wifi/network_properties.h
parentc4dcbb42d9e58392456eb1a9984b4bd0c3f7e565 (diff)
downloadchromium_src-813326fdc8dff24091cd7b8def4f65142e1af07f.zip
chromium_src-813326fdc8dff24091cd7b8def4f65142e1af07f.tar.gz
chromium_src-813326fdc8dff24091cd7b8def4f65142e1af07f.tar.bz2
Separate networkingPrivate ServiceClient API test expectations
Maintaining the test expectations across two very different implementations is challenging at best. Separate the test expectations. BUG=371442 Review URL: https://codereview.chromium.org/929793007 Cr-Commit-Position: refs/heads/master@{#317123}
Diffstat (limited to 'components/wifi/network_properties.h')
-rw-r--r--components/wifi/network_properties.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/wifi/network_properties.h b/components/wifi/network_properties.h
index 8e4d179..8483e98 100644
--- a/components/wifi/network_properties.h
+++ b/components/wifi/network_properties.h
@@ -48,8 +48,6 @@ struct WIFI_EXPORT NetworkProperties {
Frequency frequency;
FrequencySet frequency_set;
- std::string json_extra; // Extra JSON properties for unit tests
-
scoped_ptr<base::DictionaryValue> ToValue(bool network_list) const;
// Updates only properties set in |value|.
bool UpdateFromValue(const base::DictionaryValue& value);