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

Unified Diff: chromeos/network/network_profile_handler.h

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: chromeos/network/network_profile_handler.h
diff --git a/chromeos/network/network_profile_handler.h b/chromeos/network/network_profile_handler.h
index 15f5228973e6ea6e69f61b6c115a5e188084ed77..5b7746fbfb1597441f96e1bbba5d4437d049eb6d 100644
--- a/chromeos/network/network_profile_handler.h
+++ b/chromeos/network/network_profile_handler.h
@@ -57,7 +57,7 @@ class CHROMEOS_EXPORT NetworkProfileHandler
// userhash.
const NetworkProfile* GetDefaultUserProfile() const;
- static const char kSharedProfilePath[];
+ static const char* GetSharedProfilePath();
protected:
friend class ClientCertResolverTest;

Powered by Google App Engine
This is Rietveld 408576698