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

Side by Side Diff: content/common/test_url_constants.h

Issue 8276022: Move url_constants.h to content/public/common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | content/common/url_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Contains constants for known URLs and portions thereof. 5 // Contains constants for known URLs and portions thereof.
6 6
7 #ifndef CONTENT_COMMON_TEST_URL_CONSTANTS_H_ 7 #ifndef CONTENT_COMMON_TEST_URL_CONSTANTS_H_
8 #define CONTENT_COMMON_TEST_URL_CONSTANTS_H_ 8 #define CONTENT_COMMON_TEST_URL_CONSTANTS_H_
9 #pragma once 9 #pragma once
10 10
11 #include "content/common/url_constants.h" 11 #include "content/public/common/url_constants.h"
12 12
13 namespace chrome { 13 namespace chrome {
14 14
15 // Various special URLs used for testing. They have the same values as the URLs 15 // Various special URLs used for testing. They have the same values as the URLs
16 // in chrome/common/url_constants.h, but are duplicated here so that the reverse 16 // in chrome/common/url_constants.h, but are duplicated here so that the reverse
17 // dependency can be broken. 17 // dependency can be broken.
18 18
19 // Various URLs used in security policy testing. 19 // Various URLs used in security policy testing.
20 extern const char kTestCacheURL[]; 20 extern const char kTestCacheURL[];
21 extern const char kTestHangURL[]; 21 extern const char kTestHangURL[];
(...skipping 12 matching lines...) Expand all
34 34
35 // The Bookmarks page is assumed in several tests to have the property that it 35 // The Bookmarks page is assumed in several tests to have the property that it
36 // is an extension. That's the case only with the ChromeBrowserContentClient 36 // is an extension. That's the case only with the ChromeBrowserContentClient
37 // implementation of WebUIFactory. With a different implementation that might 37 // implementation of WebUIFactory. With a different implementation that might
38 // not be the case. 38 // not be the case.
39 extern const char kTestBookmarksURL[]; 39 extern const char kTestBookmarksURL[];
40 40
41 } // namespace chrome 41 } // namespace chrome
42 42
43 #endif // CONTENT_COMMON_TEST_URL_CONSTANTS_H_ 43 #endif // CONTENT_COMMON_TEST_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | content/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698