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

Unified Diff: chromeos/network/network_state_handler.h

Issue 299403012: Clean up shill fake implementations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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/network/network_state_handler.h
diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
index 9c6cc742fd085b5301239b01e7664e6b890231c2..538b4743f2a6ee8eaf74033e6c6aa6ec874cc3a8 100644
--- a/chromeos/network/network_state_handler.h
+++ b/chromeos/network/network_state_handler.h
@@ -242,6 +242,10 @@ class CHROMEOS_EXPORT NetworkStateHandler
// connected using EAP, returns NULL.
const FavoriteState* GetEAPForEthernet(const std::string& service_path) const;
+ const std::string& default_network_path() const {
pneubeck (no reviews) 2014/06/06 20:04:24 equivalent to DefaultNetwork()->path() ? might be
stevenjb 2014/06/06 20:06:12 It's not quite, because DefaultNetwork() might be
+ return default_network_path_;
+ }
+
// Construct and initialize an instance for testing.
static NetworkStateHandler* InitializeForTest();
« no previous file with comments | « chromeos/network/network_configuration_handler_unittest.cc ('k') | chromeos/network/network_state_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698