[OriginChip] Show the default search provider in the Omnibox hint text.
[chromium-blink-merge.git] / apps / app_shim / test / app_shim_host_manager_test_api_mac.h
blobdde878270c0fdc5e9a6e6f445d7abe96eccdf69d
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 APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H
6 #define APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H
8 #include "base/basictypes.h"
10 class AppShimHostManager;
12 namespace base {
13 class FilePath;
16 namespace IPC {
17 class ChannelFactory;
20 namespace test {
22 class AppShimHostManagerTestApi {
23 public:
24 static void OverrideUserDataDir(const base::FilePath& user_data_dir);
26 explicit AppShimHostManagerTestApi(AppShimHostManager* host_manager);
28 IPC::ChannelFactory* factory();
30 private:
31 AppShimHostManager* host_manager_; // Not owned.
33 DISALLOW_COPY_AND_ASSIGN(AppShimHostManagerTestApi);
36 } // namespace test
38 #endif // APPS_APP_SHIM_TEST_APP_SHIM_HOST_MANAGER_TEST_API_MAC_H