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

Unified Diff: chromeos/dbus/shill_device_client_stub.h

Issue 14069010: Call RequestScan periodically while the network list is open (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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 | « chromeos/dbus/shill_device_client.h ('k') | chromeos/dbus/shill_device_client_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_device_client_stub.h
diff --git a/chromeos/dbus/shill_device_client_stub.h b/chromeos/dbus/shill_device_client_stub.h
index a2e1eb8466a44d436cc641cba665ffa893e8c13b..cc7edf2f8bf1a271b8c31e2332272e05479f921e 100644
--- a/chromeos/dbus/shill_device_client_stub.h
+++ b/chromeos/dbus/shill_device_client_stub.h
@@ -87,6 +87,7 @@ class ShillDeviceClientStub : public ShillDeviceClient,
virtual void SetDeviceProperty(const std::string& device_path,
const std::string& name,
const base::Value& value) OVERRIDE;
+ virtual std::string GetDevicePathForType(const std::string& type) OVERRIDE;
private:
typedef ObserverList<ShillPropertyChangedObserver> PropertyObserverList;
« no previous file with comments | « chromeos/dbus/shill_device_client.h ('k') | chromeos/dbus/shill_device_client_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698