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

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

Issue 1883523002: chrome://snippets-internals page for debugging NTP snippets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding the chrome://snippets-internals page in the auto-suggest list. Created 4 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
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 <stddef.h> 10 #include <stddef.h>
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 244
245 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID) 245 #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
246 extern const char kChromeUILinuxProxyConfigHost[]; 246 extern const char kChromeUILinuxProxyConfigHost[];
247 extern const char kChromeUISandboxHost[]; 247 extern const char kChromeUISandboxHost[];
248 #endif 248 #endif
249 249
250 #if defined(OS_ANDROID) 250 #if defined(OS_ANDROID)
251 extern const char kChromeUIContextualSearchPromoHost[]; 251 extern const char kChromeUIContextualSearchPromoHost[];
252 extern const char kChromeUIPhysicalWebHost[]; 252 extern const char kChromeUIPhysicalWebHost[];
253 extern const char kChromeUIPopularSitesInternalsHost[]; 253 extern const char kChromeUIPopularSitesInternalsHost[];
254 extern const char kChromeUISnippetsInternalsHost[];
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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 // The URL for the Bluetooth Overview help center article in the Web Bluetooth 575 // The URL for the Bluetooth Overview help center article in the Web Bluetooth
575 // Chooser. 576 // Chooser.
576 extern const char kChooserBluetoothOverviewURL[]; 577 extern const char kChooserBluetoothOverviewURL[];
577 578
578 // The URL for the WebUsb help center article. 579 // The URL for the WebUsb help center article.
579 extern const char kChooserUsbOverviewURL[]; 580 extern const char kChooserUsbOverviewURL[];
580 581
581 } // namespace chrome 582 } // namespace chrome
582 583
583 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 584 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698