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

Unified Diff: chrome/browser/gtk/view_id_util_browsertest.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
« no previous file with comments | « chrome/browser/gtk/task_manager_gtk.cc ('k') | chrome/browser/history/url_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/view_id_util_browsertest.cc
===================================================================
--- chrome/browser/gtk/view_id_util_browsertest.cc (revision 26082)
+++ chrome/browser/gtk/view_id_util_browsertest.cc (working copy)
@@ -5,6 +5,7 @@
#include "chrome/browser/browser.h"
#include "chrome/browser/browser_window.h"
#include "chrome/browser/gtk/view_id_util.h"
+#include "chrome/common/url_constants.h"
#include "chrome/test/in_process_browser_test.h"
class ViewIDTest : public InProcessBrowserTest {
@@ -35,7 +36,7 @@
CheckViewID(VIEW_ID_TAB_0, true);
CheckViewID(VIEW_ID_TAB_1, false);
- browser()->OpenURL(GURL("about:blank"), GURL(""),
+ browser()->OpenURL(GURL(chrome::kAboutBlankURL), GURL(),
NEW_BACKGROUND_TAB, PageTransition::TYPED);
CheckViewID(VIEW_ID_TAB_0, true);
« no previous file with comments | « chrome/browser/gtk/task_manager_gtk.cc ('k') | chrome/browser/history/url_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698