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..cf09133654b6bbd33daaa5a3a1eca5b7d7f12f5a 100644 |
| --- a/content/browser/site_per_process_browsertest.h |
| +++ b/content/browser/site_per_process_browsertest.h |
| @@ -30,6 +30,14 @@ class SitePerProcessBrowserTest : public ContentBrowserTest { |
| FrameTreeVisualizer visualizer_; |
| }; |
| +class SitePerProcessHighDPIBrowserTest : public SitePerProcessBrowserTest { |
| + public: |
| + SitePerProcessHighDPIBrowserTest(); |
| + |
| + protected: |
| + void SetUpCommandLine(base::CommandLine* command_line) override; |
| +}; |
|
sadrul
2015/11/03 18:00:00
This doesn't need to be in the header, right?
lfg
2015/11/03 20:49:16
Done.
|
| + |
| } // namespace content |
| #endif // CONTENT_BROWSER_SITE_PER_PROCESS_BROWSERTEST_H_ |