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

Unified Diff: content/common/test_url_constants.cc

Issue 10820056: Move the render process host tests in content to chrome. These test chrome specific behavior with t… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/common/test_url_constants.cc
===================================================================
--- content/common/test_url_constants.cc (revision 148774)
+++ content/common/test_url_constants.cc (working copy)
@@ -6,9 +6,6 @@
namespace content {
-const char kTestCacheURL[] = "about:cache";
const char kTestNewTabURL[] = "chrome://newtab";
-const char kTestHistoryURL[] = "chrome://chrome/history/";
-const char kTestBookmarksURL[] = "chrome://bookmarks/";
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698