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

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

Issue 2477453002: MD Settings: Sync route paths in JavaScript to URL constants in C++ (Closed)
Patch Set: fix js compile Created 4 years, 1 month 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 #endif 319 #endif
320 320
321 #if defined(ENABLE_MEDIA_ROUTER) 321 #if defined(ENABLE_MEDIA_ROUTER)
322 extern const char kChromeUIMediaRouterHost[]; 322 extern const char kChromeUIMediaRouterHost[];
323 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) 323 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
324 extern const char kChromeUICastHost[]; 324 extern const char kChromeUICastHost[];
325 #endif 325 #endif
326 #endif 326 #endif
327 327
328 // Options sub-pages. 328 // Options sub-pages.
329 extern const char kAccessibilitySubPage[];
329 extern const char kAutofillSubPage[]; 330 extern const char kAutofillSubPage[];
330 extern const char kClearBrowserDataSubPage[]; 331 extern const char kClearBrowserDataSubPage[];
331 extern const char kContentSettingsSubPage[]; 332 extern const char kContentSettingsSubPage[];
332 extern const char kCreateProfileSubPage[]; 333 extern const char kCreateProfileSubPage[];
333 extern const char kDeprecatedOptionsContentSettingsExceptionsSubPage[]; 334 extern const char kDeprecatedOptionsContentSettingsExceptionsSubPage[];
334 extern const char kExtensionsSubPage[]; 335 extern const char kExtensionsSubPage[];
335 extern const char kHandlerSettingsSubPage[]; 336 extern const char kHandlerSettingsSubPage[];
336 extern const char kImportDataSubPage[]; 337 extern const char kImportDataSubPage[];
337 extern const char kLanguageOptionsSubPage[]; 338 extern const char kLanguageOptionsSubPage[];
338 extern const char kManageProfileSubPage[]; 339 extern const char kManageProfileSubPage[];
339 extern const char kPasswordManagerSubPage[]; 340 extern const char kPasswordManagerSubPage[];
340 extern const char kResetProfileSettingsSubPage[]; 341 extern const char kResetProfileSettingsSubPage[];
341 extern const char kSearchEnginesSubPage[]; 342 extern const char kSearchEnginesSubPage[];
342 extern const char kSignOutSubPage[]; 343 extern const char kSignOutSubPage[];
343 extern const char kSyncSetupSubPage[]; 344 extern const char kSyncSetupSubPage[];
344 extern const char kTriggeredResetProfileSettingsSubPage[]; 345 extern const char kTriggeredResetProfileSettingsSubPage[];
345 #if defined(OS_CHROMEOS) 346 #if defined(OS_CHROMEOS)
346 extern const char kAccessibilitySubPage[];
347 extern const char kBluetoothSubPage[]; 347 extern const char kBluetoothSubPage[];
348 extern const char kDateTimeSubPage[]; 348 extern const char kDateTimeSubPage[];
349 extern const char kDeprecatedOptionsSearchSubPage[]; 349 extern const char kDeprecatedOptionsSearchSubPage[];
350 extern const char kInternetOptionsSubPage[]; 350 extern const char kInternetOptionsSubPage[];
351 extern const char kPowerOptionsSubPage[]; 351 extern const char kPowerOptionsSubPage[];
352 #endif 352 #endif
353 353
354 // Extensions sub pages. 354 // Extensions sub pages.
355 extern const char kExtensionConfigureCommandsSubPage[]; 355 extern const char kExtensionConfigureCommandsSubPage[];
356 356
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 extern const char kChooserUsbOverviewURL[]; 607 extern const char kChooserUsbOverviewURL[];
608 608
609 #if defined(OS_CHROMEOS) 609 #if defined(OS_CHROMEOS)
610 // The URL for EOL notification 610 // The URL for EOL notification
611 extern const char kEolNotificationURL[]; 611 extern const char kEolNotificationURL[];
612 #endif 612 #endif
613 613
614 } // namespace chrome 614 } // namespace chrome
615 615
616 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 616 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698