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

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: Make clang happy. 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_ui_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2422b83a19d963a0e617934ebb58f820a405b6a0..b10755b65118118bf0530b87ff9279ef8a1f6801 100644
--- a/chrome/browser/chromeos/cros/network_library.h
+++ b/chrome/browser/chromeos/cros/network_library.h
@@ -620,6 +620,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);
@@ -703,7 +706,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:
typedef std::map<PropertyIndex, base::Value*> PropertyMap;
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_ui_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698