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

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

Issue 2697423002: Add test for CHECK exit code behavior. (Closed)
Patch Set: rejig comments Created 3 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 unified diff | Download patch
« no previous file with comments | « content/public/common/url_constants.h ('k') | content/renderer/render_frame_impl.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 #include "build/build_config.h" 5 #include "build/build_config.h"
6 #include "content/public/common/url_constants.h" 6 #include "content/public/common/url_constants.h"
7 7
8 namespace content { 8 namespace content {
9 9
10 // Before adding new chrome schemes please check with security@chromium.org. 10 // Before adding new chrome schemes please check with security@chromium.org.
(...skipping 28 matching lines...) Expand all
39 const char kChromeUINetworkViewCacheHost[] = "view-http-cache"; 39 const char kChromeUINetworkViewCacheHost[] = "view-http-cache";
40 const char kChromeUINetworkErrorHost[] = "network-error"; 40 const char kChromeUINetworkErrorHost[] = "network-error";
41 const char kChromeUINetworkErrorsListingHost[] = "network-errors"; 41 const char kChromeUINetworkErrorsListingHost[] = "network-errors";
42 const char kChromeUIResourcesHost[] = "resources"; 42 const char kChromeUIResourcesHost[] = "resources";
43 const char kChromeUIServiceWorkerInternalsHost[] = "serviceworker-internals"; 43 const char kChromeUIServiceWorkerInternalsHost[] = "serviceworker-internals";
44 const char kChromeUITracingHost[] = "tracing"; 44 const char kChromeUITracingHost[] = "tracing";
45 const char kChromeUIUberHost[] = "chrome"; 45 const char kChromeUIUberHost[] = "chrome";
46 const char kChromeUIWebRTCInternalsHost[] = "webrtc-internals"; 46 const char kChromeUIWebRTCInternalsHost[] = "webrtc-internals";
47 47
48 const char kChromeUIBadCastCrashURL[] = "chrome://badcastcrash/"; 48 const char kChromeUIBadCastCrashURL[] = "chrome://badcastcrash/";
49 const char kChromeUICheckCrashURL[] = "chrome://checkcrash/";
49 const char kChromeUIBrowserCrashURL[] = "chrome://inducebrowsercrashforrealz/"; 50 const char kChromeUIBrowserCrashURL[] = "chrome://inducebrowsercrashforrealz/";
50 const char kChromeUIBrowserUIHang[] = "chrome://uithreadhang/"; 51 const char kChromeUIBrowserUIHang[] = "chrome://uithreadhang/";
51 const char kChromeUICrashURL[] = "chrome://crash/"; 52 const char kChromeUICrashURL[] = "chrome://crash/";
52 const char kChromeUIDelayedBrowserUIHang[] = "chrome://delayeduithreadhang/"; 53 const char kChromeUIDelayedBrowserUIHang[] = "chrome://delayeduithreadhang/";
53 const char kChromeUIDumpURL[] = "chrome://crashdump/"; 54 const char kChromeUIDumpURL[] = "chrome://crashdump/";
54 const char kChromeUIGpuCleanURL[] = "chrome://gpuclean/"; 55 const char kChromeUIGpuCleanURL[] = "chrome://gpuclean/";
55 const char kChromeUIGpuCrashURL[] = "chrome://gpucrash/"; 56 const char kChromeUIGpuCrashURL[] = "chrome://gpucrash/";
56 const char kChromeUIGpuHangURL[] = "chrome://gpuhang/"; 57 const char kChromeUIGpuHangURL[] = "chrome://gpuhang/";
57 const char kChromeUIHangURL[] = "chrome://hang/"; 58 const char kChromeUIHangURL[] = "chrome://hang/";
58 const char kChromeUIKillURL[] = "chrome://kill/"; 59 const char kChromeUIKillURL[] = "chrome://kill/";
(...skipping 13 matching lines...) Expand all
72 const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/"; 73 const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/";
73 const char kChromeUIResourcesURL[] = "chrome://resources/"; 74 const char kChromeUIResourcesURL[] = "chrome://resources/";
74 const char kChromeUIShorthangURL[] = "chrome://shorthang/"; 75 const char kChromeUIShorthangURL[] = "chrome://shorthang/";
75 76
76 #if defined(OS_ANDROID) 77 #if defined(OS_ANDROID)
77 const char kChromeUIHistoryURL[] = "chrome://history/"; 78 const char kChromeUIHistoryURL[] = "chrome://history/";
78 const char kChromeUINativeHistoryURL[] = "chrome-native://history/"; 79 const char kChromeUINativeHistoryURL[] = "chrome-native://history/";
79 #endif 80 #endif
80 81
81 } // namespace content 82 } // namespace content
OLDNEW
« no previous file with comments | « content/public/common/url_constants.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698