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

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

Issue 2697723006: MD Settings: Fix subpage URLS for CrOS (Closed)
Patch Set: Fix browser_tests Created 3 years, 10 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 extern const char kChromeUICastHost[]; 328 extern const char kChromeUICastHost[];
329 #endif 329 #endif
330 #endif 330 #endif
331 331
332 // Options sub-pages. 332 // Options sub-pages.
333 extern const char kAutofillSubPage[]; 333 extern const char kAutofillSubPage[];
334 extern const char kClearBrowserDataSubPage[]; 334 extern const char kClearBrowserDataSubPage[];
335 extern const char kContentSettingsSubPage[]; 335 extern const char kContentSettingsSubPage[];
336 extern const char kCreateProfileSubPage[]; 336 extern const char kCreateProfileSubPage[];
337 extern const char kDeprecatedOptionsContentSettingsExceptionsSubPage[]; 337 extern const char kDeprecatedOptionsContentSettingsExceptionsSubPage[];
338 extern const char kExtensionsSubPage[]; 338 extern const char kDeprecatedExtensionsSubPage[];
339 extern const char kHandlerSettingsSubPage[]; 339 extern const char kHandlerSettingsSubPage[];
340 extern const char kImportDataSubPage[]; 340 extern const char kImportDataSubPage[];
341 extern const char kLanguageOptionsSubPage[]; 341 extern const char kLanguageOptionsSubPage[];
342 extern const char kManageProfileSubPage[]; 342 extern const char kManageProfileSubPage[];
343 extern const char kPasswordManagerSubPage[]; 343 extern const char kPasswordManagerSubPage[];
344 extern const char kResetProfileSettingsSubPage[]; 344 extern const char kResetProfileSettingsSubPage[];
345 extern const char kSearchEnginesSubPage[]; 345 extern const char kSearchEnginesSubPage[];
346 extern const char kSignOutSubPage[]; 346 extern const char kSignOutSubPage[];
347 extern const char kSyncSetupSubPage[]; 347 extern const char kSyncSetupSubPage[];
348 extern const char kTriggeredResetProfileSettingsSubPage[]; 348 extern const char kTriggeredResetProfileSettingsSubPage[];
349 #if defined(OS_CHROMEOS) 349 #if defined(OS_CHROMEOS)
350 extern const char kAccessibilitySubPage[]; 350 extern const char kAccessibilitySubPage[];
351 extern const char kBluetoothSubPage[]; 351 extern const char kBluetoothSubPage[];
352 extern const char kDateTimeSubPage[]; 352 extern const char kDateTimeSubPage[];
353 extern const char kDisplaySubPage[];
353 extern const char kDeprecatedOptionsSearchSubPage[]; 354 extern const char kDeprecatedOptionsSearchSubPage[];
354 extern const char kInternetOptionsSubPage[]; 355 extern const char kInternetSubPage[];
355 extern const char kPowerOptionsSubPage[]; 356 extern const char kNetworkDetailSubPage[];
357 extern const char kPowerSubPage[];
358 extern const char kStylusSubPage[];
356 #endif 359 #endif
357 360
358 // Extensions sub pages. 361 // Extensions sub pages.
359 extern const char kExtensionConfigureCommandsSubPage[]; 362 extern const char kExtensionConfigureCommandsSubPage[];
360 363
361 // URL used to indicate that an extension resource load request was invalid. 364 // URL used to indicate that an extension resource load request was invalid.
362 extern const char kExtensionInvalidRequestURL[]; 365 extern const char kExtensionInvalidRequestURL[];
363 366
364 extern const char kSyncGoogleDashboardURL[]; 367 extern const char kSyncGoogleDashboardURL[];
365 368
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 extern const char kChooserUsbOverviewURL[]; 617 extern const char kChooserUsbOverviewURL[];
615 618
616 #if defined(OS_CHROMEOS) 619 #if defined(OS_CHROMEOS)
617 // The URL for EOL notification 620 // The URL for EOL notification
618 extern const char kEolNotificationURL[]; 621 extern const char kEolNotificationURL[];
619 #endif 622 #endif
620 623
621 } // namespace chrome 624 } // namespace chrome
622 625
623 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 626 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698