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

Unified Diff: ash/system/chromeos/network/network_connect.cc

Issue 181413006: Replace misc. network stub flags with more flexible ones (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Elim. shill_stub_helper and move functions to clients. Created 6 years, 10 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: ash/system/chromeos/network/network_connect.cc
diff --git a/ash/system/chromeos/network/network_connect.cc b/ash/system/chromeos/network/network_connect.cc
index 2ff387b8a720f84ae8dc25443d45eb8c05648e8b..541a426b6ba76370cfb3cf747477f3f8541518f3 100644
--- a/ash/system/chromeos/network/network_connect.cc
+++ b/ash/system/chromeos/network/network_connect.cc
@@ -272,7 +272,7 @@ void ClearPropertiesAndConnect(
// trigger an error and abort.
bool GetNetworkProfilePath(bool shared, std::string* profile_path) {
if (shared) {
- *profile_path = NetworkProfileHandler::kSharedProfilePath;
+ *profile_path = NetworkProfileHandler::GetSharedProfilePath();
return true;
}
« no previous file with comments | « no previous file | ash/system/chromeos/power/power_status_unittest.cc » ('j') | chrome/browser/chromeos/login/user_image_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698