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

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

Issue 1340493002: Add initial version of chrome://popular-sites-internals page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@finch_country_version
Patch Set: review3 Created 5 years, 2 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_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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 extern const char kChromeUIPrintHost[]; 244 extern const char kChromeUIPrintHost[];
245 #endif // ENABLE_PRINT_PREVIEW 245 #endif // ENABLE_PRINT_PREVIEW
246 246
247 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) 247 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
248 extern const char kChromeUILinuxProxyConfigHost[]; 248 extern const char kChromeUILinuxProxyConfigHost[];
249 extern const char kChromeUISandboxHost[]; 249 extern const char kChromeUISandboxHost[];
250 #endif 250 #endif
251 251
252 #if defined(OS_ANDROID) 252 #if defined(OS_ANDROID)
253 extern const char kChromeUIContextualSearchPromoHost[]; 253 extern const char kChromeUIContextualSearchPromoHost[];
254 extern const char kChromeUIPopularSitesInternalsHost[];
254 #endif 255 #endif
255 256
256 #if defined(OS_CHROMEOS) 257 #if defined(OS_CHROMEOS)
257 extern const char kChromeUIActivationMessageHost[]; 258 extern const char kChromeUIActivationMessageHost[];
258 extern const char kChromeUIAppLaunchHost[]; 259 extern const char kChromeUIAppLaunchHost[];
259 extern const char kChromeUIBluetoothPairingHost[]; 260 extern const char kChromeUIBluetoothPairingHost[];
260 extern const char kChromeUICertificateManagerHost[]; 261 extern const char kChromeUICertificateManagerHost[];
261 extern const char kChromeUIChooseMobileNetworkHost[]; 262 extern const char kChromeUIChooseMobileNetworkHost[];
262 extern const char kChromeUICryptohomeHost[]; 263 extern const char kChromeUICryptohomeHost[];
263 extern const char kChromeUIDeviceEmulatorHost[]; 264 extern const char kChromeUIDeviceEmulatorHost[];
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 extern const char kEasyUnlockLearnMoreUrl[]; 555 extern const char kEasyUnlockLearnMoreUrl[];
555 556
556 #if defined(OS_WIN) || defined(OS_CHROMEOS) 557 #if defined(OS_WIN) || defined(OS_CHROMEOS)
557 extern const char kChromeUIDiscardsHost[]; 558 extern const char kChromeUIDiscardsHost[];
558 extern const char kChromeUIDiscardsURL[]; 559 extern const char kChromeUIDiscardsURL[];
559 #endif 560 #endif
560 561
561 } // namespace chrome 562 } // namespace chrome
562 563
563 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 564 #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