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

Unified Diff: chrome/browser/download/download_uitest.cc

Issue 193092: Replace a bunch of hardcoded URLs with constants from url_constants.h... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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: chrome/browser/download/download_uitest.cc
===================================================================
--- chrome/browser/download/download_uitest.cc (revision 26082)
+++ chrome/browser/download/download_uitest.cc (working copy)
@@ -266,7 +266,7 @@
EXPECT_TRUE(WaitForDownloadShelfVisible(browser.get()));
// Open a second tab
- browser->AppendTab(GURL(""));
+ browser->AppendTab(GURL());
WaitUntilTabCount(2);
// Hide shelf
« no previous file with comments | « chrome/browser/child_process_security_policy_unittest.cc ('k') | chrome/browser/download/save_page_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698