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

Unified Diff: chrome/browser/chromeos/cros/network_library.h

Issue 8728030: Infrastructure for accessing and manipulating network UI data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile problem. Created 9 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: chrome/browser/chromeos/cros/network_library.h
diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
index 5387e8c681d66ef97768b1687da745457206f607..487097327636ca8112b2c0a13d475468ddd5b697 100644
--- a/chrome/browser/chromeos/cros/network_library.h
+++ b/chrome/browser/chromeos/cros/network_library.h
@@ -621,6 +621,9 @@ class Network {
const std::string& proxy_config() const { return proxy_config_; }
+ const DictionaryValue* ui_data() const { return &ui_data_; }
+ DictionaryValue* ui_data() { return &ui_data_; }
+
void set_notify_failure(bool state) { notify_failure_ = state; }
void SetPreferred(bool preferred);
@@ -701,7 +704,6 @@ class Network {
std::string* dest);
void set_unique_id(const std::string& unique_id) { unique_id_ = unique_id; }
- DictionaryValue* ui_data() { return &ui_data_; }
private:
// This allows NetworkParser and its subclasses access to device
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_ui_data.h » ('j') | chrome/browser/chromeos/cros/network_ui_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698