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

Side by Side Diff: extensions/browser/api/app_window/app_window_apitest.cc

Issue 2137463003: [Extensions] Move Feature channel code into //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fix Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « extensions/DEPS ('k') | extensions/common/features/complex_feature.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/macros.h" 5 #include "base/macros.h"
6 #include "base/run_loop.h" 6 #include "base/run_loop.h"
7 #include "base/strings/string_number_conversions.h" 7 #include "base/strings/string_number_conversions.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/browser/apps/app_browsertest_util.h" 9 #include "chrome/browser/apps/app_browsertest_util.h"
10 #include "chrome/browser/ui/browser.h" 10 #include "chrome/browser/ui/browser.h"
11 #include "chrome/common/chrome_switches.h" 11 #include "chrome/common/chrome_switches.h"
12 #include "chrome/common/extensions/features/feature_channel.h"
13 #include "chrome/test/base/testing_profile.h" 12 #include "chrome/test/base/testing_profile.h"
14 #include "components/version_info/version_info.h" 13 #include "components/version_info/version_info.h"
15 #include "extensions/browser/app_window/app_window.h" 14 #include "extensions/browser/app_window/app_window.h"
16 #include "extensions/browser/app_window/app_window_registry.h" 15 #include "extensions/browser/app_window/app_window_registry.h"
17 #include "extensions/browser/app_window/native_app_window.h" 16 #include "extensions/browser/app_window/native_app_window.h"
17 #include "extensions/common/features/feature_channel.h"
18 #include "extensions/test/extension_test_message_listener.h" 18 #include "extensions/test/extension_test_message_listener.h"
19 #include "ui/base/base_window.h" 19 #include "ui/base/base_window.h"
20 #include "ui/gfx/geometry/rect.h" 20 #include "ui/gfx/geometry/rect.h"
21 21
22 #if defined(OS_WIN) 22 #if defined(OS_WIN)
23 #include "ui/base/win/shell.h" 23 #include "ui/base/win/shell.h"
24 #endif 24 #endif
25 25
26 namespace extensions { 26 namespace extensions {
27 27
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 command_line->AppendSwitchASCII(switches::kAppId, 210 command_line->AppendSwitchASCII(switches::kAppId,
211 "jkghodnilhceideoidjikpgommlajknk"); 211 "jkghodnilhceideoidjikpgommlajknk");
212 212
213 EXPECT_TRUE(RunComponentExtensionTest( 213 EXPECT_TRUE(RunComponentExtensionTest(
214 "platform_apps/windows_api_ime/forced_app_mode_not_fullscreen")) 214 "platform_apps/windows_api_ime/forced_app_mode_not_fullscreen"))
215 << message_; 215 << message_;
216 } 216 }
217 #endif // OS_CHROMEOS 217 #endif // OS_CHROMEOS
218 218
219 } // namespace extensions 219 } // namespace extensions
OLDNEW
« no previous file with comments | « extensions/DEPS ('k') | extensions/common/features/complex_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698