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
3 // found in the LICENSE file.
5 #ifndef CONTENT_BROWSER_SITE_PER_PROCESS_BROWSERTEST_H_
6 #define CONTENT_BROWSER_SITE_PER_PROCESS_BROWSERTEST_H_
10 #include "content/public/test/content_browser_test.h"
11 #include "content/test/content_browser_test_utils_internal.h"
19 class SitePerProcessBrowserTest
: public ContentBrowserTest
{
21 SitePerProcessBrowserTest();
24 std::string
DepictFrameTree(FrameTreeNode
* node
);
26 void SetUpCommandLine(base::CommandLine
* command_line
) override
;
27 void SetUpOnMainThread() override
;
30 FrameTreeVisualizer visualizer_
;
33 } // namespace content
35 #endif // CONTENT_BROWSER_SITE_PER_PROCESS_BROWSERTEST_H_