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

Unified Diff: content/common/test_url_constants.cc

Issue 8623001: Move remaining about: handlers to webUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/common/test_url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/test_url_constants.cc
===================================================================
--- content/common/test_url_constants.cc (revision 112219)
+++ content/common/test_url_constants.cc (working copy)
@@ -8,7 +8,7 @@
const char kTestCacheURL[] = "about:cache";
const char kTestHangURL[] = "about:hang";
-const char kTestMemoryURL[] = "about:memory";
+const char kTestGpuCleanURL[] = "about:gpuclean";
const char kTestNewTabURL[] = "chrome://newtab";
const char kTestHistoryURL[] = "chrome://history/";
const char kTestBookmarksURL[] = "chrome://bookmarks/";
« no previous file with comments | « content/common/test_url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698