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

Side by Side Diff: content/public/common/url_constants.h

Issue 182383008: Create chrome://serviceworker-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to ToT Created 6 years, 9 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/content_resources.grd ('k') | content/public/common/url_constants.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CONTENT_PUBLIC_COMMON_URL_CONSTANTS_H_ 5 #ifndef CONTENT_PUBLIC_COMMON_URL_CONSTANTS_H_
6 #define CONTENT_PUBLIC_COMMON_URL_CONSTANTS_H_ 6 #define CONTENT_PUBLIC_COMMON_URL_CONSTANTS_H_
7 7
8 #include "content/common/content_export.h" 8 #include "content/common/content_export.h"
9 9
10 // Contains constants for known URLs and portions thereof. 10 // Contains constants for known URLs and portions thereof.
(...skipping 27 matching lines...) Expand all
38 CONTENT_EXPORT extern const char kChromeUIAccessibilityHost[]; 38 CONTENT_EXPORT extern const char kChromeUIAccessibilityHost[];
39 CONTENT_EXPORT extern const char kChromeUIAppCacheInternalsHost[]; 39 CONTENT_EXPORT extern const char kChromeUIAppCacheInternalsHost[];
40 CONTENT_EXPORT extern const char kChromeUIBlobInternalsHost[]; 40 CONTENT_EXPORT extern const char kChromeUIBlobInternalsHost[];
41 CONTENT_EXPORT extern const char kChromeUIBrowserCrashHost[]; 41 CONTENT_EXPORT extern const char kChromeUIBrowserCrashHost[];
42 CONTENT_EXPORT extern const char kChromeUIGpuHost[]; 42 CONTENT_EXPORT extern const char kChromeUIGpuHost[];
43 CONTENT_EXPORT extern const char kChromeUIHistogramHost[]; 43 CONTENT_EXPORT extern const char kChromeUIHistogramHost[];
44 CONTENT_EXPORT extern const char kChromeUIIndexedDBInternalsHost[]; 44 CONTENT_EXPORT extern const char kChromeUIIndexedDBInternalsHost[];
45 CONTENT_EXPORT extern const char kChromeUIMediaInternalsHost[]; 45 CONTENT_EXPORT extern const char kChromeUIMediaInternalsHost[];
46 CONTENT_EXPORT extern const char kChromeUINetworkViewCacheHost[]; 46 CONTENT_EXPORT extern const char kChromeUINetworkViewCacheHost[];
47 CONTENT_EXPORT extern const char kChromeUIResourcesHost[]; 47 CONTENT_EXPORT extern const char kChromeUIResourcesHost[];
48 CONTENT_EXPORT extern const char kChromeUIServiceWorkerInternalsHost[];
48 CONTENT_EXPORT extern const char kChromeUITcmallocHost[]; 49 CONTENT_EXPORT extern const char kChromeUITcmallocHost[];
49 CONTENT_EXPORT extern const char kChromeUITracingHost[]; 50 CONTENT_EXPORT extern const char kChromeUITracingHost[];
50 CONTENT_EXPORT extern const char kChromeUIWebRTCInternalsHost[]; 51 CONTENT_EXPORT extern const char kChromeUIWebRTCInternalsHost[];
51 52
52 // Full about URLs (including schemes). 53 // Full about URLs (including schemes).
53 CONTENT_EXPORT extern const char kChromeUICrashURL[]; 54 CONTENT_EXPORT extern const char kChromeUICrashURL[];
54 CONTENT_EXPORT extern const char kChromeUIGpuCleanURL[]; 55 CONTENT_EXPORT extern const char kChromeUIGpuCleanURL[];
55 CONTENT_EXPORT extern const char kChromeUIGpuCrashURL[]; 56 CONTENT_EXPORT extern const char kChromeUIGpuCrashURL[];
56 CONTENT_EXPORT extern const char kChromeUIGpuHangURL[]; 57 CONTENT_EXPORT extern const char kChromeUIGpuHangURL[];
57 CONTENT_EXPORT extern const char kChromeUIHangURL[]; 58 CONTENT_EXPORT extern const char kChromeUIHangURL[];
(...skipping 10 matching lines...) Expand all
68 // Full about URLs (including schemes). 69 // Full about URLs (including schemes).
69 CONTENT_EXPORT extern const char kChromeUINetworkViewCacheURL[]; 70 CONTENT_EXPORT extern const char kChromeUINetworkViewCacheURL[];
70 CONTENT_EXPORT extern const char kChromeUIShorthangURL[]; 71 CONTENT_EXPORT extern const char kChromeUIShorthangURL[];
71 72
72 // Special URL used to swap out a view being rendered by another process. 73 // Special URL used to swap out a view being rendered by another process.
73 CONTENT_EXPORT extern const char kSwappedOutURL[]; 74 CONTENT_EXPORT extern const char kSwappedOutURL[];
74 75
75 } // namespace content 76 } // namespace content
76 77
77 #endif // CONTENT_PUBLIC_COMMON_URL_CONSTANTS_H_ 78 #endif // CONTENT_PUBLIC_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « content/content_resources.grd ('k') | content/public/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698