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

Unified Diff: content/test/content_browser_test.h

Issue 138513002: Plumb network stack information about existence of cached copy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments from Matt & Ricardo. Created 6 years, 11 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/test/content_browser_test.h
diff --git a/content/test/content_browser_test.h b/content/test/content_browser_test.h
index 5a76bb60c220acbd113295911be4390735fbc103..0647d4a5c225c9630cc459235278241a306623d7 100644
--- a/content/test/content_browser_test.h
+++ b/content/test/content_browser_test.h
@@ -28,6 +28,10 @@ class ContentBrowserTest : public BrowserTestBase {
// BrowserTestBase:
virtual void RunTestOnMainThreadLoop() OVERRIDE;
+ // Must be called before or during setup.
+ void SetContentRendererClient(
+ scoped_ptr<ContentRendererClient> renderer_client);
+
protected:
// Creates a new window and loads about:blank.
Shell* CreateBrowser();

Powered by Google App Engine
This is Rietveld 408576698