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

Unified Diff: content/common/test_url_constants.h

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/browser/child_process_security_policy_unittest.cc ('k') | content/common/test_url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/test_url_constants.h
===================================================================
--- content/common/test_url_constants.h (revision 112219)
+++ content/common/test_url_constants.h (working copy)
@@ -20,8 +20,8 @@
extern const char kTestCacheURL[];
extern const char kTestHangURL[];
-// The About pages are assumed in several tests to not be a WebUI page.
-extern const char kTestMemoryURL[];
+// One of the few about pages that is not a WebUI page.
+extern const char kTestGpuCleanURL[];
// The NTP is assumed in several tests to have the property that it is WebUI.
extern const char kTestNewTabURL[];
« no previous file with comments | « content/browser/child_process_security_policy_unittest.cc ('k') | content/common/test_url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698