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

Side by Side Diff: chrome/common/url_constants.cc

Issue 368143002: Add a chrome://interstitials page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix android build Created 6 years, 4 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 | « chrome/common/url_constants.h ('k') | no next file » | 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 "chrome/common/url_constants.h" 5 #include "chrome/common/url_constants.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "content/public/common/url_constants.h" 10 #include "content/public/common/url_constants.h"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 const char kChromeUIFeedbackURL[] = "chrome://feedback/"; 51 const char kChromeUIFeedbackURL[] = "chrome://feedback/";
52 const char kChromeUIFlagsURL[] = "chrome://flags/"; 52 const char kChromeUIFlagsURL[] = "chrome://flags/";
53 const char kChromeUIFlashURL[] = "chrome://flash/"; 53 const char kChromeUIFlashURL[] = "chrome://flash/";
54 const char kChromeUIGCMInternalsURL[] = "chrome://gcm-internals/"; 54 const char kChromeUIGCMInternalsURL[] = "chrome://gcm-internals/";
55 const char kChromeUIHelpFrameURL[] = "chrome://help-frame/"; 55 const char kChromeUIHelpFrameURL[] = "chrome://help-frame/";
56 const char kChromeUIHistoryURL[] = "chrome://history/"; 56 const char kChromeUIHistoryURL[] = "chrome://history/";
57 const char kChromeUIHistoryFrameURL[] = "chrome://history-frame/"; 57 const char kChromeUIHistoryFrameURL[] = "chrome://history-frame/";
58 const char kChromeUIIdentityInternalsURL[] = "chrome://identity-internals/"; 58 const char kChromeUIIdentityInternalsURL[] = "chrome://identity-internals/";
59 const char kChromeUIInspectURL[] = "chrome://inspect/"; 59 const char kChromeUIInspectURL[] = "chrome://inspect/";
60 const char kChromeUIInstantURL[] = "chrome://instant/"; 60 const char kChromeUIInstantURL[] = "chrome://instant/";
61 const char kChromeUIInterstitialURL[] = "chrome://interstitials/";
61 const char kChromeUIInvalidationsURL[] = "chrome://invalidations/"; 62 const char kChromeUIInvalidationsURL[] = "chrome://invalidations/";
62 const char kChromeUIIPCURL[] = "chrome://ipc/"; 63 const char kChromeUIIPCURL[] = "chrome://ipc/";
63 const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/"; 64 const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/";
64 const char kChromeUIMemoryURL[] = "chrome://memory/"; 65 const char kChromeUIMemoryURL[] = "chrome://memory/";
65 const char kChromeUIMetroFlowURL[] = "chrome://make-metro/"; 66 const char kChromeUIMetroFlowURL[] = "chrome://make-metro/";
66 const char kChromeUINaClURL[] = "chrome://nacl/"; 67 const char kChromeUINaClURL[] = "chrome://nacl/";
67 const char kChromeUINetInternalsURL[] = "chrome://net-internals/"; 68 const char kChromeUINetInternalsURL[] = "chrome://net-internals/";
68 const char kChromeUINewProfile[] = "chrome://newprofile/"; 69 const char kChromeUINewProfile[] = "chrome://newprofile/";
69 const char kChromeUINewTabURL[] = "chrome://newtab/"; 70 const char kChromeUINewTabURL[] = "chrome://newtab/";
70 const char kChromeUIOmniboxURL[] = "chrome://omnibox/"; 71 const char kChromeUIOmniboxURL[] = "chrome://omnibox/";
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 const char kChromeUIFlashHost[] = "flash"; 191 const char kChromeUIFlashHost[] = "flash";
191 const char kChromeUIGCMInternalsHost[] = "gcm-internals"; 192 const char kChromeUIGCMInternalsHost[] = "gcm-internals";
192 const char kChromeUIHangHost[] = "hang"; 193 const char kChromeUIHangHost[] = "hang";
193 const char kChromeUIHelpFrameHost[] = "help-frame"; 194 const char kChromeUIHelpFrameHost[] = "help-frame";
194 const char kChromeUIHelpHost[] = "help"; 195 const char kChromeUIHelpHost[] = "help";
195 const char kChromeUIHistoryHost[] = "history"; 196 const char kChromeUIHistoryHost[] = "history";
196 const char kChromeUIHistoryFrameHost[] = "history-frame"; 197 const char kChromeUIHistoryFrameHost[] = "history-frame";
197 const char kChromeUIIdentityInternalsHost[] = "identity-internals"; 198 const char kChromeUIIdentityInternalsHost[] = "identity-internals";
198 const char kChromeUIInspectHost[] = "inspect"; 199 const char kChromeUIInspectHost[] = "inspect";
199 const char kChromeUIInstantHost[] = "instant"; 200 const char kChromeUIInstantHost[] = "instant";
201 const char kChromeUIInterstitialHost[] = "interstitials";
200 const char kChromeUIInvalidationsHost[] = "invalidations"; 202 const char kChromeUIInvalidationsHost[] = "invalidations";
201 const char kChromeUIIPCHost[] = "ipc"; 203 const char kChromeUIIPCHost[] = "ipc";
202 const char kChromeUIKillHost[] = "kill"; 204 const char kChromeUIKillHost[] = "kill";
203 const char kChromeUIMemoryHost[] = "memory"; 205 const char kChromeUIMemoryHost[] = "memory";
204 const char kChromeUIMemoryInternalsHost[] = "memory-internals"; 206 const char kChromeUIMemoryInternalsHost[] = "memory-internals";
205 const char kChromeUIMemoryRedirectHost[] = "memory-redirect"; 207 const char kChromeUIMemoryRedirectHost[] = "memory-redirect";
206 const char kChromeUIMetroFlowHost[] = "make-metro"; 208 const char kChromeUIMetroFlowHost[] = "make-metro";
207 const char kChromeUINaClHost[] = "nacl"; 209 const char kChromeUINaClHost[] = "nacl";
208 const char kChromeUINetExportHost[] = "net-export"; 210 const char kChromeUINetExportHost[] = "net-export";
209 const char kChromeUINetInternalsHost[] = "net-internals"; 211 const char kChromeUINetInternalsHost[] = "net-internals";
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 ""; 720 "";
719 #endif 721 #endif
720 #endif 722 #endif
721 723
722 // TODO(tengs): Replace with real URL when ready. 724 // TODO(tengs): Replace with real URL when ready.
723 const char kEasyUnlockLearnMoreUrl[] = 725 const char kEasyUnlockLearnMoreUrl[] =
724 "https://support.google.com/chromebook/?p=easy_unlock"; 726 "https://support.google.com/chromebook/?p=easy_unlock";
725 const char kEasyUnlockManagementUrl[] = "https://chrome.com"; 727 const char kEasyUnlockManagementUrl[] = "https://chrome.com";
726 728
727 } // namespace chrome 729 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698