OLD | NEW |
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 "googleurl/src/url_util.h" | 7 #include "googleurl/src/url_util.h" |
8 | 8 |
9 namespace chrome { | 9 namespace chrome { |
10 | 10 |
(...skipping 29 matching lines...) Expand all Loading... |
40 const char kChromeUIFaviconURL[] = "chrome://favicon/"; | 40 const char kChromeUIFaviconURL[] = "chrome://favicon/"; |
41 const char kChromeUIFeedbackURL[] = "chrome://feedback/"; | 41 const char kChromeUIFeedbackURL[] = "chrome://feedback/"; |
42 const char kChromeUIFlagsURL[] = "chrome://flags/"; | 42 const char kChromeUIFlagsURL[] = "chrome://flags/"; |
43 const char kChromeUIFlashURL[] = "chrome://flash/"; | 43 const char kChromeUIFlashURL[] = "chrome://flash/"; |
44 const char kChromeUIHelpFrameURL[] = "chrome://help-frame/"; | 44 const char kChromeUIHelpFrameURL[] = "chrome://help-frame/"; |
45 const char kChromeUIHistoryURL[] = "chrome://history/"; | 45 const char kChromeUIHistoryURL[] = "chrome://history/"; |
46 const char kChromeUIHistoryFrameURL[] = "chrome://history-frame/"; | 46 const char kChromeUIHistoryFrameURL[] = "chrome://history-frame/"; |
47 const char kChromeUIInspectURL[] = "chrome://inspect/"; | 47 const char kChromeUIInspectURL[] = "chrome://inspect/"; |
48 const char kChromeUIInstantURL[] = "chrome://instant/"; | 48 const char kChromeUIInstantURL[] = "chrome://instant/"; |
49 const char kChromeUIIPCURL[] = "chrome://ipc/"; | 49 const char kChromeUIIPCURL[] = "chrome://ipc/"; |
| 50 const char kChromeUIKeyboardURL[] = "chrome://keyboard/"; |
50 const char kChromeUIManagedUserPassphrasePageURL[] = | 51 const char kChromeUIManagedUserPassphrasePageURL[] = |
51 "chrome://managed-user-passphrase/"; | 52 "chrome://managed-user-passphrase/"; |
52 const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/"; | 53 const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/"; |
53 const char kChromeUIMemoryURL[] = "chrome://memory/"; | 54 const char kChromeUIMemoryURL[] = "chrome://memory/"; |
54 const char kChromeUIMetroFlowURL[] = "chrome://make-metro/"; | 55 const char kChromeUIMetroFlowURL[] = "chrome://make-metro/"; |
55 const char kChromeUINaClURL[] = "chrome://nacl/"; | 56 const char kChromeUINaClURL[] = "chrome://nacl/"; |
56 const char kChromeUINetInternalsURL[] = "chrome://net-internals/"; | 57 const char kChromeUINetInternalsURL[] = "chrome://net-internals/"; |
57 const char kChromeUINewProfile[] = "chrome://newprofile/"; | 58 const char kChromeUINewProfile[] = "chrome://newprofile/"; |
58 const char kChromeUINewTabURL[] = "chrome://newtab/"; | 59 const char kChromeUINewTabURL[] = "chrome://newtab/"; |
59 const char kChromeUIOmniboxURL[] = "chrome://omnibox/"; | 60 const char kChromeUIOmniboxURL[] = "chrome://omnibox/"; |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 const char kChromeUIFlagsHost[] = "flags"; | 160 const char kChromeUIFlagsHost[] = "flags"; |
160 const char kChromeUIFlashHost[] = "flash"; | 161 const char kChromeUIFlashHost[] = "flash"; |
161 const char kChromeUIHangHost[] = "hang"; | 162 const char kChromeUIHangHost[] = "hang"; |
162 const char kChromeUIHelpFrameHost[] = "help-frame"; | 163 const char kChromeUIHelpFrameHost[] = "help-frame"; |
163 const char kChromeUIHelpHost[] = "help"; | 164 const char kChromeUIHelpHost[] = "help"; |
164 const char kChromeUIHistoryHost[] = "history"; | 165 const char kChromeUIHistoryHost[] = "history"; |
165 const char kChromeUIHistoryFrameHost[] = "history-frame"; | 166 const char kChromeUIHistoryFrameHost[] = "history-frame"; |
166 const char kChromeUIInspectHost[] = "inspect"; | 167 const char kChromeUIInspectHost[] = "inspect"; |
167 const char kChromeUIInstantHost[] = "instant"; | 168 const char kChromeUIInstantHost[] = "instant"; |
168 const char kChromeUIIPCHost[] = "ipc"; | 169 const char kChromeUIIPCHost[] = "ipc"; |
| 170 const char kChromeUIKeyboardHost[] = "keyboard"; |
169 const char kChromeUIKillHost[] = "kill"; | 171 const char kChromeUIKillHost[] = "kill"; |
170 const char kChromeUIManagedUserPassphrasePageHost[] = "managed-user-passphrase"; | 172 const char kChromeUIManagedUserPassphrasePageHost[] = "managed-user-passphrase"; |
171 const char kChromeUIMemoryHost[] = "memory"; | 173 const char kChromeUIMemoryHost[] = "memory"; |
172 const char kChromeUIMemoryInternalsHost[] = "memory-internals"; | 174 const char kChromeUIMemoryInternalsHost[] = "memory-internals"; |
173 const char kChromeUIMemoryRedirectHost[] = "memory-redirect"; | 175 const char kChromeUIMemoryRedirectHost[] = "memory-redirect"; |
174 const char kChromeUIMetroFlowHost[] = "make-metro"; | 176 const char kChromeUIMetroFlowHost[] = "make-metro"; |
175 const char kChromeUINaClHost[] = "nacl"; | 177 const char kChromeUINaClHost[] = "nacl"; |
176 const char kChromeUINetExportHost[] = "net-export"; | 178 const char kChromeUINetExportHost[] = "net-export"; |
177 const char kChromeUINetInternalsHost[] = "net-internals"; | 179 const char kChromeUINetInternalsHost[] = "net-internals"; |
178 const char kChromeUINewTabHost[] = "newtab"; | 180 const char kChromeUINewTabHost[] = "newtab"; |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 const char kChromeSearchSuggestionHost[] = "suggestion"; | 523 const char kChromeSearchSuggestionHost[] = "suggestion"; |
522 | 524 |
523 // Google SafeSearch query parameters. | 525 // Google SafeSearch query parameters. |
524 const char kSafeSearchSafeParameter[] = "safe=active"; | 526 const char kSafeSearchSafeParameter[] = "safe=active"; |
525 const char kSafeSearchSsuiParameter[] = "ssui=on"; | 527 const char kSafeSearchSsuiParameter[] = "ssui=on"; |
526 | 528 |
527 const char kMediaAccessLearnMoreUrl[] = | 529 const char kMediaAccessLearnMoreUrl[] = |
528 "https://support.google.com/chrome/?p=ib_access_cam_mic"; | 530 "https://support.google.com/chrome/?p=ib_access_cam_mic"; |
529 | 531 |
530 } // namespace chrome | 532 } // namespace chrome |
OLD | NEW |