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

Unified Diff: content/common/test_url_constants.cc

Issue 9349010: Move handling of debug urls like chrome://crash, chrome://gpuclean to content. These are for test... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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 120733)
+++ content/common/test_url_constants.cc (working copy)
@@ -7,8 +7,6 @@
namespace chrome {
const char kTestCacheURL[] = "about:cache";
-const char kTestHangURL[] = "about:hang";
-const char kTestGpuCleanURL[] = "about:gpuclean";
const char kTestNewTabURL[] = "chrome://newtab";
const char kTestHistoryURL[] = "chrome://history/";
const char kTestBookmarksURL[] = "chrome://bookmarks/";

Powered by Google App Engine
This is Rietveld 408576698