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

Side by Side Diff: content/shell/renderer/layout_test/layout_test_render_process_observer.cc

Issue 1763113002: Move layout-test-specific switches from shell_switches to layout_test_switches.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-line-box-and-debug-from-flags-struct
Patch Set: Fix accidental condition reversal in Shell::ToggleFullscreenModeForTab. Created 4 years, 9 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
OLDNEW
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2014 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 "content/shell/renderer/layout_test/layout_test_render_process_observer .h" 5 #include "content/shell/renderer/layout_test/layout_test_render_process_observer .h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "components/test_runner/web_test_interfaces.h" 8 #include "components/test_runner/web_test_interfaces.h"
9 #include "content/public/common/content_client.h" 9 #include "content/public/common/content_client.h"
10 #include "content/public/renderer/render_thread.h" 10 #include "content/public/renderer/render_thread.h"
11 #include "content/public/renderer/render_view.h" 11 #include "content/public/renderer/render_view.h"
12 #include "content/public/test/layouttest_support.h" 12 #include "content/public/test/layouttest_support.h"
13 #include "content/shell/common/layout_test/layout_test_switches.h"
13 #include "content/shell/common/shell_messages.h" 14 #include "content/shell/common/shell_messages.h"
14 #include "content/shell/common/shell_switches.h"
15 #include "content/shell/renderer/layout_test/blink_test_runner.h" 15 #include "content/shell/renderer/layout_test/blink_test_runner.h"
16 #include "third_party/WebKit/public/web/WebKit.h" 16 #include "third_party/WebKit/public/web/WebKit.h"
17 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h" 17 #include "third_party/WebKit/public/web/WebRuntimeFeatures.h"
18 #include "third_party/WebKit/public/web/WebView.h" 18 #include "third_party/WebKit/public/web/WebView.h"
19 #include "v8/include/v8.h" 19 #include "v8/include/v8.h"
20 20
21 using blink::WebFrame; 21 using blink::WebFrame;
22 using blink::WebRuntimeFeatures; 22 using blink::WebRuntimeFeatures;
23 23
24 namespace content { 24 namespace content {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 95
96 return handled; 96 return handled;
97 } 97 }
98 98
99 void LayoutTestRenderProcessObserver::OnSetWebKitSourceDir( 99 void LayoutTestRenderProcessObserver::OnSetWebKitSourceDir(
100 const base::FilePath& webkit_source_dir) { 100 const base::FilePath& webkit_source_dir) {
101 webkit_source_dir_ = webkit_source_dir; 101 webkit_source_dir_ = webkit_source_dir;
102 } 102 }
103 103
104 } // namespace content 104 } // namespace content
OLDNEW
« no previous file with comments | « content/shell/renderer/layout_test/blink_test_helpers.cc ('k') | content/shell/renderer/shell_render_view_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698