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

Unified Diff: content/test/content_browser_test.cc

Issue 11828028: [content shell] W3C SVG tests need to run in a smaller window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 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
« no previous file with comments | « content/shell/webkit_test_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_browser_test.cc
diff --git a/content/test/content_browser_test.cc b/content/test/content_browser_test.cc
index a9eb055a5204236dc9b9fd5e4306117e80ac58c0..c02cd9e2e3b804154eb0171ffe195140c3c1074b 100644
--- a/content/test/content_browser_test.cc
+++ b/content/test/content_browser_test.cc
@@ -138,7 +138,7 @@ Shell* ContentBrowserTest::CreateBrowser() {
GURL(chrome::kAboutBlankURL),
NULL,
MSG_ROUTING_NONE,
- NULL);
+ gfx::Size());
}
Shell* ContentBrowserTest::CreateOffTheRecordBrowser() {
@@ -149,7 +149,7 @@ Shell* ContentBrowserTest::CreateOffTheRecordBrowser() {
GURL(chrome::kAboutBlankURL),
NULL,
MSG_ROUTING_NONE,
- NULL);
+ gfx::Size());
}
} // namespace content
« no previous file with comments | « content/shell/webkit_test_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698