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

Unified Diff: content/browser/renderer_host/render_process_host_browsertest.h

Issue 8506036: Fix tab backgrounding on Linux / ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the DPCHECK Created 9 years, 1 month 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/renderer_host/render_process_host_browsertest.h
diff --git a/content/browser/renderer_host/render_process_host_browsertest.h b/content/browser/renderer_host/render_process_host_browsertest.h
index 9b7e1732ba4d500ed6dd7ec177362c7defe719eb..9fa797fa683d1131a7ac3a5880eba8256115c5ef 100644
--- a/content/browser/renderer_host/render_process_host_browsertest.h
+++ b/content/browser/renderer_host/render_process_host_browsertest.h
@@ -6,13 +6,18 @@
#define CONTENT_BROWSER_RENDERER_HOST_RENDER_PROCESS_HOST_BROWSERTEST_H_
#pragma once
+#include "base/process.h"
#include "chrome/test/base/in_process_browser_test.h"
+
+class GURL;
+
class RenderProcessHostTest : public InProcessBrowserTest {
public:
RenderProcessHostTest();
int RenderProcessHostCount();
+ base::ProcessHandle ShowSingletonTab(GURL page);
willchan no longer on Chromium 2011/11/29 22:23:35 const GURL& perhaps?
DaveMoore 2011/11/30 19:01:18 Done.
};
#endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_PROCESS_HOST_BROWSERTEST_H_

Powered by Google App Engine
This is Rietveld 408576698