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

Unified Diff: content/common/test_url_constants.h

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.h
===================================================================
--- content/common/test_url_constants.h (revision 120733)
+++ content/common/test_url_constants.h (working copy)
@@ -18,11 +18,7 @@
// Various URLs used in security policy testing.
extern const char kTestCacheURL[];
-extern const char kTestHangURL[];
-// 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[];

Powered by Google App Engine
This is Rietveld 408576698