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

Unified Diff: chromeos/dbus/shill_manager_client.h

Issue 12634019: NetworkChangeNotifierChromeos: Handle IPConfig property changes on the default network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: AddServiceWithIPConfig 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
Index: chromeos/dbus/shill_manager_client.h
diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h
index 352614b6c726cf28dce3032d0a24bbfb9f18b33b..6aefeeba519f2298759d0b11475cbd3332ed1165 100644
--- a/chromeos/dbus/shill_manager_client.h
+++ b/chromeos/dbus/shill_manager_client.h
@@ -52,7 +52,6 @@ class CHROMEOS_EXPORT ShillManagerClient {
virtual void RemoveTechnology(const std::string& type) = 0;
virtual void AddGeoNetwork(const std::string& technology,
const base::DictionaryValue& network) = 0;
-
// Used to reset all properties; does not notify observers.
pneubeck (no reviews) 2013/03/28 10:37:54 keep the empty line (in front of comments)
gauravsh 2013/03/28 18:48:54 Done.
virtual void ClearProperties() = 0;

Powered by Google App Engine
This is Rietveld 408576698