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

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

Issue 17063004: Adding WebRTC log upload list under chrome://webrtc-logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 5 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 "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 112
113 #if defined(USE_AURA) 113 #if defined(USE_AURA)
114 extern const char kChromeUIGestureConfigURL[]; 114 extern const char kChromeUIGestureConfigURL[];
115 extern const char kChromeUIGestureConfigHost[]; 115 extern const char kChromeUIGestureConfigHost[];
116 #endif 116 #endif
117 117
118 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) 118 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
119 extern const char kChromeUITabModalConfirmDialogURL[]; 119 extern const char kChromeUITabModalConfirmDialogURL[];
120 #endif 120 #endif
121 121
122 #if defined(ENABLE_WEBRTC)
123 extern const char kChromeUIWebRtcLogsURL[];
124 #endif
125
122 // chrome components of URLs. Should be kept in sync with the full URLs above. 126 // chrome components of URLs. Should be kept in sync with the full URLs above.
123 extern const char kChromeUIAboutHost[]; 127 extern const char kChromeUIAboutHost[];
124 extern const char kChromeUIAboutPageFrameHost[]; 128 extern const char kChromeUIAboutPageFrameHost[];
125 extern const char kChromeUIBlankHost[]; 129 extern const char kChromeUIBlankHost[];
126 extern const char kChromeUIAppLauncherPageHost[]; 130 extern const char kChromeUIAppLauncherPageHost[];
127 extern const char kChromeUIBookmarksHost[]; 131 extern const char kChromeUIBookmarksHost[];
128 extern const char kChromeUICacheHost[]; 132 extern const char kChromeUICacheHost[];
129 extern const char kChromeUICertificateViewerHost[]; 133 extern const char kChromeUICertificateViewerHost[];
130 extern const char kChromeUIChromeURLsHost[]; 134 extern const char kChromeUIChromeURLsHost[];
131 extern const char kChromeUICloudPrintResourcesHost[]; 135 extern const char kChromeUICloudPrintResourcesHost[];
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 #endif 260 #endif
257 261
258 #if defined(FILE_MANAGER_EXTENSION) 262 #if defined(FILE_MANAGER_EXTENSION)
259 extern const char kChromeUIFileManagerHost[]; 263 extern const char kChromeUIFileManagerHost[];
260 #endif 264 #endif
261 265
262 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA) 266 #if (defined(OS_LINUX) && defined(TOOLKIT_VIEWS)) || defined(USE_AURA)
263 extern const char kChromeUITabModalConfirmDialogHost[]; 267 extern const char kChromeUITabModalConfirmDialogHost[];
264 #endif 268 #endif
265 269
270 #if defined(ENABLE_WEBRTC)
271 extern const char kChromeUIWebRtcLogsHost[];
272 #endif
273
266 // Options sub-pages. 274 // Options sub-pages.
267 extern const char kAutofillSubPage[]; 275 extern const char kAutofillSubPage[];
268 extern const char kClearBrowserDataSubPage[]; 276 extern const char kClearBrowserDataSubPage[];
269 extern const char kContentSettingsExceptionsSubPage[]; 277 extern const char kContentSettingsExceptionsSubPage[];
270 extern const char kContentSettingsSubPage[]; 278 extern const char kContentSettingsSubPage[];
271 extern const char kCreateProfileSubPage[]; 279 extern const char kCreateProfileSubPage[];
272 extern const char kExtensionsSubPage[]; 280 extern const char kExtensionsSubPage[];
273 extern const char kHandlerSettingsSubPage[]; 281 extern const char kHandlerSettingsSubPage[];
274 extern const char kImportDataSubPage[]; 282 extern const char kImportDataSubPage[];
275 extern const char kLanguageOptionsSubPage[]; 283 extern const char kLanguageOptionsSubPage[];
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 // Parameters that get appended to force SafeSearch. 462 // Parameters that get appended to force SafeSearch.
455 extern const char kSafeSearchSafeParameter[]; 463 extern const char kSafeSearchSafeParameter[];
456 extern const char kSafeSearchSsuiParameter[]; 464 extern const char kSafeSearchSsuiParameter[];
457 465
458 // The URL for the "Learn more" link in the media access infobar. 466 // The URL for the "Learn more" link in the media access infobar.
459 extern const char kMediaAccessLearnMoreUrl[]; 467 extern const char kMediaAccessLearnMoreUrl[];
460 468
461 } // namespace chrome 469 } // namespace chrome
462 470
463 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 471 #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