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

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

Issue 2913343002: Start removing deprecated Options UI code (Closed)
Patch Set: . Created 3 years, 6 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 extern const char kResetProfileSettingsSubPage[]; 343 extern const char kResetProfileSettingsSubPage[];
344 extern const char kSearchEnginesSubPage[]; 344 extern const char kSearchEnginesSubPage[];
345 extern const char kSignOutSubPage[]; 345 extern const char kSignOutSubPage[];
346 extern const char kSyncSetupSubPage[]; 346 extern const char kSyncSetupSubPage[];
347 extern const char kTriggeredResetProfileSettingsSubPage[]; 347 extern const char kTriggeredResetProfileSettingsSubPage[];
348 #if defined(OS_CHROMEOS) 348 #if defined(OS_CHROMEOS)
349 extern const char kAccessibilitySubPage[]; 349 extern const char kAccessibilitySubPage[];
350 extern const char kBluetoothSubPage[]; 350 extern const char kBluetoothSubPage[];
351 extern const char kDateTimeSubPage[]; 351 extern const char kDateTimeSubPage[];
352 extern const char kDisplaySubPage[]; 352 extern const char kDisplaySubPage[];
353 extern const char kDeprecatedOptionsSearchSubPage[];
354 extern const char kHelpSubPage[]; 353 extern const char kHelpSubPage[];
355 extern const char kInternetSubPage[]; 354 extern const char kInternetSubPage[];
356 extern const char kNetworkDetailSubPage[]; 355 extern const char kNetworkDetailSubPage[];
357 extern const char kPowerSubPage[]; 356 extern const char kPowerSubPage[];
358 extern const char kStylusSubPage[]; 357 extern const char kStylusSubPage[];
359 #endif 358 #endif
360 359
361 // Extensions sub pages. 360 // Extensions sub pages.
362 extern const char kExtensionConfigureCommandsSubPage[]; 361 extern const char kExtensionConfigureCommandsSubPage[];
363 362
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 extern const char kChooserUsbOverviewURL[]; 624 extern const char kChooserUsbOverviewURL[];
626 625
627 #if defined(OS_CHROMEOS) 626 #if defined(OS_CHROMEOS)
628 // The URL for EOL notification 627 // The URL for EOL notification
629 extern const char kEolNotificationURL[]; 628 extern const char kEolNotificationURL[];
630 #endif 629 #endif
631 630
632 } // namespace chrome 631 } // namespace chrome
633 632
634 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 633 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698