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

Unified Diff: content/browser/web_contents/test_web_contents.h

Issue 10836164: Change policy to not trigger dangerous download UI for web intents dispatched files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to WebContentsTester Created 8 years, 4 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/web_contents/test_web_contents.h
diff --git a/content/browser/web_contents/test_web_contents.h b/content/browser/web_contents/test_web_contents.h
index d4f79189dc3c79c73231e54b8376de0f7672e5d9..a01c78781e60455b7be9ecf4bb678fdf0afa09bd 100644
--- a/content/browser/web_contents/test_web_contents.h
+++ b/content/browser/web_contents/test_web_contents.h
@@ -26,6 +26,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
static TestWebContents* Create(BrowserContext* browser_context,
SiteInstance* instance);
+ static TestWebContents* CreateWithoutInit(BrowserContext* browser_context);
// WebContentsTester implementation.
virtual void CommitPendingNavigation() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698