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

Unified Diff: content/common/test_url_constants.h

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.h
===================================================================
--- content/common/test_url_constants.h (revision 148774)
+++ content/common/test_url_constants.h (working copy)
@@ -8,28 +8,9 @@
// Contains constants for known URLs and portions thereof.
namespace content {
-// Various special URLs used for testing. They have the same values as the URLs
-// in chrome/common/url_constants.h, but are duplicated here so that the reverse
-// dependency can be broken.
-
-// Various URLs used in security policy testing.
-extern const char kTestCacheURL[];
-
// The NTP is assumed in several tests to have the property that it is WebUI.
extern const char kTestNewTabURL[];
-// The History page is assumed in several tests to have the property that it is
-// WebUI. That's the case only with the ChromeBrowserContentClient
-// implementation of WebUIFactory. With a different implementation that might
-// not be the case.
-extern const char kTestHistoryURL[];
-
-// The Bookmarks page is assumed in several tests to have the property that it
-// is an extension. That's the case only with the ChromeBrowserContentClient
-// implementation of WebUIFactory. With a different implementation that might
-// not be the case.
-extern const char kTestBookmarksURL[];
-
} // namespace content
#endif // CONTENT_COMMON_TEST_URL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698