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

Unified Diff: chromeos/dbus/shill_device_client.h

Issue 13978002: Call RequestScan periodically while the network list is open (Closed) Base URL: https://chromium.googlesource.com/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
Index: chromeos/dbus/shill_device_client.h
diff --git a/chromeos/dbus/shill_device_client.h b/chromeos/dbus/shill_device_client.h
index e7490f53310cd578ab2027d72593121f8acf8c1e..e86575378ed87333347561314aa7ba0b126f9622 100644
--- a/chromeos/dbus/shill_device_client.h
+++ b/chromeos/dbus/shill_device_client.h
@@ -52,6 +52,7 @@ class CHROMEOS_EXPORT ShillDeviceClient {
virtual void SetDeviceProperty(const std::string& device_path,
const std::string& name,
const base::Value& value) = 0;
+ virtual std::string GetDevicePathForType(const std::string& type) = 0;
protected:
~TestInterface() {}
« no previous file with comments | « ash/system/chromeos/network/network_state_list_detailed_view.cc ('k') | chromeos/dbus/shill_device_client_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698