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

Unified Diff: chromeos/network/device_state.h

Issue 2819993002: [CrOS Tether] Add the notion of a tether DeviceState. (Closed)
Patch Set: stevenjb@ comment. Created 3 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/components/tether/tether_device_state_manager.cc ('k') | chromeos/network/managed_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/device_state.h
diff --git a/chromeos/network/device_state.h b/chromeos/network/device_state.h
index 97ebd0b908d2c7fdea32ea45e72235d7f2af121a..59bd3d82a61772f340e15bfb997d6dbfb0e64147 100644
--- a/chromeos/network/device_state.h
+++ b/chromeos/network/device_state.h
@@ -35,6 +35,7 @@ class CHROMEOS_EXPORT DeviceState : public ManagedState {
// Accessors
const std::string& mac_address() const { return mac_address_; }
bool scanning() const { return scanning_; }
+ void set_scanning(bool scanning) { scanning_ = scanning; }
// Cellular specific accessors
const std::string& home_provider_id() const { return home_provider_id_; }
« no previous file with comments | « chromeos/components/tether/tether_device_state_manager.cc ('k') | chromeos/network/managed_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698