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

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

Issue 13842010: Added chrome://translate-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix for Windows (SendMessage could be replaced with SendMessageW) 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/chrome_resources.gyp ('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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 extern const char kChromeUIStatsHost[]; 188 extern const char kChromeUIStatsHost[];
189 extern const char kChromeUISyncHost[]; 189 extern const char kChromeUISyncHost[];
190 extern const char kChromeUISyncInternalsHost[]; 190 extern const char kChromeUISyncInternalsHost[];
191 extern const char kChromeUISyncPromoHost[]; 191 extern const char kChromeUISyncPromoHost[];
192 extern const char kChromeUISyncResourcesHost[]; 192 extern const char kChromeUISyncResourcesHost[];
193 extern const char kChromeUITaskManagerHost[]; 193 extern const char kChromeUITaskManagerHost[];
194 extern const char kChromeUITermsHost[]; 194 extern const char kChromeUITermsHost[];
195 extern const char kChromeUIThemeHost[]; 195 extern const char kChromeUIThemeHost[];
196 extern const char kChromeUIThumbnailHost[]; 196 extern const char kChromeUIThumbnailHost[];
197 extern const char kChromeUITouchIconHost[]; 197 extern const char kChromeUITouchIconHost[];
198 extern const char kChromeUITranslateInternalsHost[];
198 extern const char kChromeUIUberFrameHost[]; 199 extern const char kChromeUIUberFrameHost[];
199 extern const char kChromeUIUberHost[]; 200 extern const char kChromeUIUberHost[];
200 extern const char kChromeUIUserActionsHost[]; 201 extern const char kChromeUIUserActionsHost[];
201 extern const char kChromeUIVersionHost[]; 202 extern const char kChromeUIVersionHost[];
202 extern const char kChromeUIWorkersHost[]; 203 extern const char kChromeUIWorkersHost[];
203 204
204 extern const char kChromeUIScreenshotPath[]; 205 extern const char kChromeUIScreenshotPath[];
205 extern const char kChromeUIThemePath[]; 206 extern const char kChromeUIThemePath[];
206 207
207 #if defined(OS_ANDROID) 208 #if defined(OS_ANDROID)
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 // Parameters that get appended to force SafeSearch. 441 // Parameters that get appended to force SafeSearch.
441 extern const char kSafeSearchSafeParameter[]; 442 extern const char kSafeSearchSafeParameter[];
442 extern const char kSafeSearchSsuiParameter[]; 443 extern const char kSafeSearchSsuiParameter[];
443 444
444 // The URL for the "Learn more" link in the media access infobar. 445 // The URL for the "Learn more" link in the media access infobar.
445 extern const char kMediaAccessLearnMoreUrl[]; 446 extern const char kMediaAccessLearnMoreUrl[];
446 447
447 } // namespace chrome 448 } // namespace chrome
448 449
449 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 450 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698