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

Unified Diff: chromeos/dbus/shill_profile_client.cc

Issue 183033004: Cleanup shill_stub_helper, GetSharedProfilePath -> ShillProfileClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « chromeos/dbus/shill_profile_client.h ('k') | chromeos/dbus/shill_stub_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_profile_client.cc
diff --git a/chromeos/dbus/shill_profile_client.cc b/chromeos/dbus/shill_profile_client.cc
index 6fb0a1b595394fe2cddaf6b2d24b75871556c960..25f48b6ce0a221669d864ca3c1190ab73eaf0a8a 100644
--- a/chromeos/dbus/shill_profile_client.cc
+++ b/chromeos/dbus/shill_profile_client.cc
@@ -20,6 +20,8 @@ namespace chromeos {
namespace {
+const char kSharedProfilePath[] = "/profile/default";
+
class ShillProfileClientImpl : public ShillProfileClient {
public:
ShillProfileClientImpl();
@@ -138,4 +140,9 @@ ShillProfileClient* ShillProfileClient::Create() {
return new ShillProfileClientImpl();
}
+// static
+std::string ShillProfileClient::GetSharedProfilePath() {
+ return std::string(kSharedProfilePath);
+}
+
} // namespace chromeos
« no previous file with comments | « chromeos/dbus/shill_profile_client.h ('k') | chromeos/dbus/shill_stub_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698