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

Unified Diff: chromeos/dbus/shill_ipconfig_client_stub.h

Issue 12634019: NetworkChangeNotifierChromeos: Handle IPConfig property changes on the default network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « no previous file | chromeos/dbus/shill_ipconfig_client_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_ipconfig_client_stub.h
diff --git a/chromeos/dbus/shill_ipconfig_client_stub.h b/chromeos/dbus/shill_ipconfig_client_stub.h
index 1325bba5ef9f7f4e3e307e914af2174f018abc52..bc774869dcc089a73f2480accb30913cb417677b 100644
--- a/chromeos/dbus/shill_ipconfig_client_stub.h
+++ b/chromeos/dbus/shill_ipconfig_client_stub.h
@@ -42,10 +42,12 @@ class ShillIPConfigClientStub : public ShillIPConfigClient {
const VoidDBusMethodCallback& callback) OVERRIDE;
private:
- // Runs callback with |properties_|.
- void PassProperties(const DictionaryValueCallback& callback) const;
+ // Runs callback with |values|.
+ void PassProperties(const base::DictionaryValue* values,
+ const DictionaryValueCallback& callback) const;
- base::DictionaryValue properties_;
+ // Dictionary of <ipconfig_path, property dictionaries>
+ base::DictionaryValue ipconfigs_;
// Note: This should remain the last member so it'll be destroyed and
// invalidate its weak pointers before any other members are destroyed.
« no previous file with comments | « no previous file | chromeos/dbus/shill_ipconfig_client_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698