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

Side by Side Diff: content/shell/renderer/layout_test/layout_test_render_frame_observer.h

Issue 1890223002: Explicitly initialize secondary renderers for layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self-review. Created 4 years, 8 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 2013 The Chromium Authors. All rights reserved. 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 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 #ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_RENDER_FRAME_OBSERVER_H_ 5 #ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_RENDER_FRAME_OBSERVER_H_
6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_RENDER_FRAME_OBSERVER_H_ 6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_RENDER_FRAME_OBSERVER_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "content/public/renderer/render_frame_observer.h" 9 #include "content/public/renderer/render_frame_observer.h"
10 10
(...skipping 19 matching lines...) Expand all
30 30
31 private: 31 private:
32 void OnLayoutDumpRequest(); 32 void OnLayoutDumpRequest();
33 void OnReplicateLayoutTestRuntimeFlagsChanges( 33 void OnReplicateLayoutTestRuntimeFlagsChanges(
34 const base::DictionaryValue& changed_layout_test_runtime_flags); 34 const base::DictionaryValue& changed_layout_test_runtime_flags);
35 void OnSetTestConfiguration(const ShellTestConfiguration& test_config); 35 void OnSetTestConfiguration(const ShellTestConfiguration& test_config);
36 void OnReplicateTestConfiguration( 36 void OnReplicateTestConfiguration(
37 const ShellTestConfiguration& test_config, 37 const ShellTestConfiguration& test_config,
38 const base::DictionaryValue& 38 const base::DictionaryValue&
39 accumulated_layout_test_runtime_flags_changes); 39 accumulated_layout_test_runtime_flags_changes);
40 void OnSetupSecondaryRenderer();
40 41
41 DISALLOW_COPY_AND_ASSIGN(LayoutTestRenderFrameObserver); 42 DISALLOW_COPY_AND_ASSIGN(LayoutTestRenderFrameObserver);
42 }; 43 };
43 44
44 } // namespace content 45 } // namespace content
45 46
46 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_RENDER_FRAME_OBSERVER_ H_ 47 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_RENDER_FRAME_OBSERVER_ H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698