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

Unified Diff: chromeos/dbus/shill_stub_helper.h

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.cc ('k') | chromeos/dbus/shill_stub_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/shill_stub_helper.h
diff --git a/chromeos/dbus/shill_stub_helper.h b/chromeos/dbus/shill_stub_helper.h
index b599014413f68ade65d89a8c55f3cc5670e2a78f..dce7991e45c1f1c758c0eabab37362f45abb0a72 100644
--- a/chromeos/dbus/shill_stub_helper.h
+++ b/chromeos/dbus/shill_stub_helper.h
@@ -12,18 +12,10 @@
namespace chromeos {
namespace shill_stub_helper {
-CHROMEOS_EXPORT extern const char kSharedProfilePath[];
-
// Add default devices, services and profiles. This works only if
// DBusThreadManager was initialized with the FakeShill*Clients.
void SetupDefaultEnvironment();
-std::string DevicePathForType(const std::string& type);
-
-// Returns true when stub portalled wifi is enabled and it's service
-// path equals to |path|.
-CHROMEOS_EXPORT bool IsStubPortalledWifiEnabled(const std::string& path);
-
} // namespace shill_stub_helper
} // namespace chromeos
« no previous file with comments | « chromeos/dbus/shill_profile_client.cc ('k') | chromeos/dbus/shill_stub_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698