Chromium Code Reviews| Index: content/browser/site_per_process_browsertest.h |
| diff --git a/content/browser/site_per_process_browsertest.h b/content/browser/site_per_process_browsertest.h |
| index 16db097ed49ecb0bee58f427169f791f31003ef5..a66974d97b9cd31a43f921a1678a2909480429a7 100644 |
| --- a/content/browser/site_per_process_browsertest.h |
| +++ b/content/browser/site_per_process_browsertest.h |
| @@ -15,6 +15,7 @@ namespace content { |
| class FrameTreeNode; |
| class Shell; |
| +class WebContentsImpl; |
| class SitePerProcessBrowserTest : public ContentBrowserTest { |
| public: |
| @@ -26,6 +27,8 @@ class SitePerProcessBrowserTest : public ContentBrowserTest { |
| void SetUpCommandLine(base::CommandLine* command_line) override; |
| void SetUpOnMainThread() override; |
| + WebContentsImpl* GetWebContents(); |
|
Charlie Reis
2016/03/15 18:32:00
nit: web_contents()
Thanks for adding this-- I li
EhsanK
2016/03/15 23:51:18
Thanks! Done.
|
| + |
| private: |
| FrameTreeVisualizer visualizer_; |
| }; |