[Password Generation] Enable new UI
[chromium-blink-merge.git] / chromeos / dbus / shill_stub_helper.h
blobb599014413f68ade65d89a8c55f3cc5670e2a78f
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROMEOS_DBUS_SHILL_STUB_HELPER_H_
6 #define CHROMEOS_DBUS_SHILL_STUB_HELPER_H_
8 #include <string>
10 #include "chromeos/chromeos_export.h"
12 namespace chromeos {
13 namespace shill_stub_helper {
15 CHROMEOS_EXPORT extern const char kSharedProfilePath[];
17 // Add default devices, services and profiles. This works only if
18 // DBusThreadManager was initialized with the FakeShill*Clients.
19 void SetupDefaultEnvironment();
21 std::string DevicePathForType(const std::string& type);
23 // Returns true when stub portalled wifi is enabled and it's service
24 // path equals to |path|.
25 CHROMEOS_EXPORT bool IsStubPortalledWifiEnabled(const std::string& path);
27 } // namespace shill_stub_helper
28 } // namespace chromeos
30 #endif // CHROMEOS_DBUS_SHILL_STUB_HELPER_H_