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

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

Issue 131103007: Add chrome://nfc-debug for debugging NFC on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed thaki@'s comment. Fixed a couple of minor issues. Created 6 years, 11 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/chrome_browser_ui.gypi ('k') | chrome/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 // Contains constants for known URLs and portions thereof. 5 // Contains constants for known URLs and portions thereof.
6 6
7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_
8 #define CHROME_COMMON_URL_CONSTANTS_H_ 8 #define CHROME_COMMON_URL_CONSTANTS_H_
9 9
10 #include <string> 10 #include <string>
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 extern const char kChromeUIChooseMobileNetworkURL[]; 97 extern const char kChromeUIChooseMobileNetworkURL[];
98 extern const char kChromeUIDiagnosticsURL[]; 98 extern const char kChromeUIDiagnosticsURL[];
99 extern const char kChromeUIDiscardsURL[]; 99 extern const char kChromeUIDiscardsURL[];
100 extern const char kChromeUIFirstRunURL[]; 100 extern const char kChromeUIFirstRunURL[];
101 extern const char kChromeUIIdleLogoutDialogURL[]; 101 extern const char kChromeUIIdleLogoutDialogURL[];
102 extern const char kChromeUIImageBurnerURL[]; 102 extern const char kChromeUIImageBurnerURL[];
103 extern const char kChromeUIKeyboardOverlayURL[]; 103 extern const char kChromeUIKeyboardOverlayURL[];
104 extern const char kChromeUILockScreenURL[]; 104 extern const char kChromeUILockScreenURL[];
105 extern const char kChromeUIMediaplayerURL[]; 105 extern const char kChromeUIMediaplayerURL[];
106 extern const char kChromeUIMobileSetupURL[]; 106 extern const char kChromeUIMobileSetupURL[];
107 extern const char kChromeUINfcDebugURL[];
107 extern const char kChromeUIOobeURL[]; 108 extern const char kChromeUIOobeURL[];
108 extern const char kChromeUIOSCreditsURL[]; 109 extern const char kChromeUIOSCreditsURL[];
109 extern const char kChromeUIProxySettingsURL[]; 110 extern const char kChromeUIProxySettingsURL[];
110 extern const char kChromeUIScreenlockIconURL[]; 111 extern const char kChromeUIScreenlockIconURL[];
111 extern const char kChromeUISimUnlockURL[]; 112 extern const char kChromeUISimUnlockURL[];
112 extern const char kChromeUISlideshowURL[]; 113 extern const char kChromeUISlideshowURL[];
113 extern const char kChromeUISlowURL[]; 114 extern const char kChromeUISlowURL[];
114 extern const char kChromeUISystemInfoURL[]; 115 extern const char kChromeUISystemInfoURL[];
115 extern const char kChromeUITermsOemURL[]; 116 extern const char kChromeUITermsOemURL[];
116 extern const char kChromeUIUserImageURL[]; 117 extern const char kChromeUIUserImageURL[];
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 extern const char kChromeUIFirstRunHost[]; 251 extern const char kChromeUIFirstRunHost[];
251 extern const char kChromeUIIdleLogoutDialogHost[]; 252 extern const char kChromeUIIdleLogoutDialogHost[];
252 extern const char kChromeUIImageBurnerHost[]; 253 extern const char kChromeUIImageBurnerHost[];
253 extern const char kChromeUIKeyboardOverlayHost[]; 254 extern const char kChromeUIKeyboardOverlayHost[];
254 extern const char kChromeUILockScreenHost[]; 255 extern const char kChromeUILockScreenHost[];
255 extern const char kChromeUILoginContainerHost[]; 256 extern const char kChromeUILoginContainerHost[];
256 extern const char kChromeUILoginHost[]; 257 extern const char kChromeUILoginHost[];
257 extern const char kChromeUIMediaplayerHost[]; 258 extern const char kChromeUIMediaplayerHost[];
258 extern const char kChromeUIMobileSetupHost[]; 259 extern const char kChromeUIMobileSetupHost[];
259 extern const char kChromeUINetworkHost[]; 260 extern const char kChromeUINetworkHost[];
261 extern const char kChromeUINfcDebugHost[];
260 extern const char kChromeUIOobeHost[]; 262 extern const char kChromeUIOobeHost[];
261 extern const char kChromeUIOSCreditsHost[]; 263 extern const char kChromeUIOSCreditsHost[];
262 extern const char kChromeUIPowerHost[]; 264 extern const char kChromeUIPowerHost[];
263 extern const char kChromeUIProxySettingsHost[]; 265 extern const char kChromeUIProxySettingsHost[];
264 extern const char kChromeUIRotateHost[]; 266 extern const char kChromeUIRotateHost[];
265 extern const char kChromeUIScreenlockIconHost[]; 267 extern const char kChromeUIScreenlockIconHost[];
266 extern const char kChromeUISimUnlockHost[]; 268 extern const char kChromeUISimUnlockHost[];
267 extern const char kChromeUISlideshowHost[]; 269 extern const char kChromeUISlideshowHost[];
268 extern const char kChromeUISlowHost[]; 270 extern const char kChromeUISlowHost[];
269 extern const char kChromeUISlowTraceHost[]; 271 extern const char kChromeUISlowTraceHost[];
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 extern const char kLanguageSettingsLearnMoreUrl[]; 509 extern const char kLanguageSettingsLearnMoreUrl[];
508 510
509 #if defined(OS_MACOSX) 511 #if defined(OS_MACOSX)
510 // The URL for the 32-bit Mac deprecation help center article 512 // The URL for the 32-bit Mac deprecation help center article
511 extern const char kMac32BitDeprecationURL[]; 513 extern const char kMac32BitDeprecationURL[];
512 #endif 514 #endif
513 515
514 } // namespace chrome 516 } // namespace chrome
515 517
516 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 518 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698