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

Unified Diff: content/browser/site_per_process_browsertest.h

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a Compile Error Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
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_;
};

Powered by Google App Engine
This is Rietveld 408576698