Simplify ChildProcessLauncher
[chromium-blink-merge.git] / content / browser / site_per_process_browsertest.h
blob2b1ae8c0290a79a8e6974283a681b6a6d098c5ce
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 #include "content/public/test/content_browser_test.h"
6 #include "url/gurl.h"
8 namespace content {
10 class Shell;
12 class SitePerProcessBrowserTest : public ContentBrowserTest {
13 public:
14 SitePerProcessBrowserTest();
16 protected:
17 // Start at a data URL so each extra navigation creates a navigation entry.
18 // (The first navigation will silently be classified as AUTO_SUBFRAME.)
19 // TODO(creis): This won't be necessary when we can wait for LOAD_STOP.
20 void StartFrameAtDataURL();
22 void SetUpCommandLine(base::CommandLine* command_line) override;
23 void SetUpOnMainThread() override;
26 } // namespace content