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

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

Issue 2454093003: MD Settings: Update Content Settings Types URLs. (Closed)
Patch Set: 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 #if defined(ENABLE_MEDIA_ROUTER) 319 #if defined(ENABLE_MEDIA_ROUTER)
320 extern const char kChromeUIMediaRouterHost[]; 320 extern const char kChromeUIMediaRouterHost[];
321 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS) 321 #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
322 extern const char kChromeUICastHost[]; 322 extern const char kChromeUICastHost[];
323 #endif 323 #endif
324 #endif 324 #endif
325 325
326 // Options sub-pages. 326 // Options sub-pages.
327 extern const char kAutofillSubPage[]; 327 extern const char kAutofillSubPage[];
328 extern const char kClearBrowserDataSubPage[]; 328 extern const char kClearBrowserDataSubPage[];
329 extern const char kContentSettingsExceptionsSubPage[];
330 extern const char kContentSettingsSubPage[]; 329 extern const char kContentSettingsSubPage[];
331 extern const char kCreateProfileSubPage[]; 330 extern const char kCreateProfileSubPage[];
331 extern const char kDeprecatedOptionsContentSettingsExceptionsSubPage[];
332 extern const char kExtensionsSubPage[]; 332 extern const char kExtensionsSubPage[];
333 extern const char kHandlerSettingsSubPage[]; 333 extern const char kHandlerSettingsSubPage[];
334 extern const char kImportDataSubPage[]; 334 extern const char kImportDataSubPage[];
335 extern const char kLanguageOptionsSubPage[]; 335 extern const char kLanguageOptionsSubPage[];
336 extern const char kManageProfileSubPage[]; 336 extern const char kManageProfileSubPage[];
337 extern const char kPasswordManagerSubPage[]; 337 extern const char kPasswordManagerSubPage[];
338 extern const char kResetProfileSettingsSubPage[]; 338 extern const char kResetProfileSettingsSubPage[];
339 extern const char kSearchEnginesSubPage[]; 339 extern const char kSearchEnginesSubPage[];
340 extern const char kSearchSubPage[]; 340 extern const char kSearchSubPage[];
341 extern const char kSignOutSubPage[]; 341 extern const char kSignOutSubPage[];
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 extern const char kChooserUsbOverviewURL[]; 602 extern const char kChooserUsbOverviewURL[];
603 603
604 #if defined(OS_CHROMEOS) 604 #if defined(OS_CHROMEOS)
605 // The URL for EOL notification 605 // The URL for EOL notification
606 extern const char kEolNotificationURL[]; 606 extern const char kEolNotificationURL[];
607 #endif 607 #endif
608 608
609 } // namespace chrome 609 } // namespace chrome
610 610
611 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 611 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698