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

Unified Diff: content/public/test/test_renderer_host.h

Issue 803873004: ContentBrowserSanityChecker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Jiggle the comments. Created 6 years 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/public/test/test_renderer_host.h
diff --git a/content/public/test/test_renderer_host.h b/content/public/test/test_renderer_host.h
index 5e40cbdc56851c568c78051c774834668dcf850d..cbb65b97045d2f2aefa17c1f6cbcc1bfbd74277e 100644
--- a/content/public/test/test_renderer_host.h
+++ b/content/public/test/test_renderer_host.h
@@ -30,6 +30,7 @@ class ScopedOleInitializer;
namespace content {
class BrowserContext;
+class ContentBrowserSanityChecker;
class MockRenderProcessHost;
class MockRenderProcessHostFactory;
class NavigationController;
@@ -226,6 +227,8 @@ class RenderViewHostTestHarness : public testing::Test {
void SetRenderProcessHostFactory(RenderProcessHostFactory* factory);
private:
+ scoped_ptr<ContentBrowserSanityChecker> sanity_checker_;
+
scoped_ptr<BrowserContext> browser_context_;
scoped_ptr<WebContents> contents_;

Powered by Google App Engine
This is Rietveld 408576698