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

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

Issue 13652010: Add a virtual keyboard webui at chrome://keyboard/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 7 years, 8 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 | « chrome/common/url_constants.h ('k') | tools/gritsettings/resource_ids » ('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 "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
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/";
51 const char kChromeUIManagedUserPassphrasePageURL[] = 50 const char kChromeUIManagedUserPassphrasePageURL[] =
52 "chrome://managed-user-passphrase/"; 51 "chrome://managed-user-passphrase/";
53 const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/"; 52 const char kChromeUIMemoryRedirectURL[] = "chrome://memory-redirect/";
54 const char kChromeUIMemoryURL[] = "chrome://memory/"; 53 const char kChromeUIMemoryURL[] = "chrome://memory/";
55 const char kChromeUIMetroFlowURL[] = "chrome://make-metro/"; 54 const char kChromeUIMetroFlowURL[] = "chrome://make-metro/";
56 const char kChromeUINaClURL[] = "chrome://nacl/"; 55 const char kChromeUINaClURL[] = "chrome://nacl/";
57 const char kChromeUINetInternalsURL[] = "chrome://net-internals/"; 56 const char kChromeUINetInternalsURL[] = "chrome://net-internals/";
58 const char kChromeUINewProfile[] = "chrome://newprofile/"; 57 const char kChromeUINewProfile[] = "chrome://newprofile/";
59 const char kChromeUINewTabURL[] = "chrome://newtab/"; 58 const char kChromeUINewTabURL[] = "chrome://newtab/";
60 const char kChromeUIOmniboxURL[] = "chrome://omnibox/"; 59 const char kChromeUIOmniboxURL[] = "chrome://omnibox/";
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 const char kChromeUIFlagsHost[] = "flags"; 159 const char kChromeUIFlagsHost[] = "flags";
161 const char kChromeUIFlashHost[] = "flash"; 160 const char kChromeUIFlashHost[] = "flash";
162 const char kChromeUIHangHost[] = "hang"; 161 const char kChromeUIHangHost[] = "hang";
163 const char kChromeUIHelpFrameHost[] = "help-frame"; 162 const char kChromeUIHelpFrameHost[] = "help-frame";
164 const char kChromeUIHelpHost[] = "help"; 163 const char kChromeUIHelpHost[] = "help";
165 const char kChromeUIHistoryHost[] = "history"; 164 const char kChromeUIHistoryHost[] = "history";
166 const char kChromeUIHistoryFrameHost[] = "history-frame"; 165 const char kChromeUIHistoryFrameHost[] = "history-frame";
167 const char kChromeUIInspectHost[] = "inspect"; 166 const char kChromeUIInspectHost[] = "inspect";
168 const char kChromeUIInstantHost[] = "instant"; 167 const char kChromeUIInstantHost[] = "instant";
169 const char kChromeUIIPCHost[] = "ipc"; 168 const char kChromeUIIPCHost[] = "ipc";
170 const char kChromeUIKeyboardHost[] = "keyboard";
171 const char kChromeUIKillHost[] = "kill"; 169 const char kChromeUIKillHost[] = "kill";
172 const char kChromeUIManagedUserPassphrasePageHost[] = "managed-user-passphrase"; 170 const char kChromeUIManagedUserPassphrasePageHost[] = "managed-user-passphrase";
173 const char kChromeUIMemoryHost[] = "memory"; 171 const char kChromeUIMemoryHost[] = "memory";
174 const char kChromeUIMemoryInternalsHost[] = "memory-internals"; 172 const char kChromeUIMemoryInternalsHost[] = "memory-internals";
175 const char kChromeUIMemoryRedirectHost[] = "memory-redirect"; 173 const char kChromeUIMemoryRedirectHost[] = "memory-redirect";
176 const char kChromeUIMetroFlowHost[] = "make-metro"; 174 const char kChromeUIMetroFlowHost[] = "make-metro";
177 const char kChromeUINaClHost[] = "nacl"; 175 const char kChromeUINaClHost[] = "nacl";
178 const char kChromeUINetExportHost[] = "net-export"; 176 const char kChromeUINetExportHost[] = "net-export";
179 const char kChromeUINetInternalsHost[] = "net-internals"; 177 const char kChromeUINetInternalsHost[] = "net-internals";
180 const char kChromeUINewTabHost[] = "newtab"; 178 const char kChromeUINewTabHost[] = "newtab";
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 const char kChromeSearchSuggestionHost[] = "suggestion"; 521 const char kChromeSearchSuggestionHost[] = "suggestion";
524 522
525 // Google SafeSearch query parameters. 523 // Google SafeSearch query parameters.
526 const char kSafeSearchSafeParameter[] = "safe=active"; 524 const char kSafeSearchSafeParameter[] = "safe=active";
527 const char kSafeSearchSsuiParameter[] = "ssui=on"; 525 const char kSafeSearchSsuiParameter[] = "ssui=on";
528 526
529 const char kMediaAccessLearnMoreUrl[] = 527 const char kMediaAccessLearnMoreUrl[] =
530 "https://support.google.com/chrome/?p=ib_access_cam_mic"; 528 "https://support.google.com/chrome/?p=ib_access_cam_mic";
531 529
532 } // namespace chrome 530 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698