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 1091253005: [Android] Update Protected Media Identifier Settings UI to reflect exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Newton's Comments Created 5 years, 7 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 <string> 10 #include <string>
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 // "Learn more" URL for killed tab page. 417 // "Learn more" URL for killed tab page.
418 extern const char kKillReasonURL[]; 418 extern const char kKillReasonURL[];
419 419
420 // "Learn more" URL for the Privacy section under Options. 420 // "Learn more" URL for the Privacy section under Options.
421 extern const char kPrivacyLearnMoreURL[]; 421 extern const char kPrivacyLearnMoreURL[];
422 422
423 // "Learn more" URL for the "Do not track" setting in the privacy section. 423 // "Learn more" URL for the "Do not track" setting in the privacy section.
424 extern const char kDoNotTrackLearnMoreURL[]; 424 extern const char kDoNotTrackLearnMoreURL[];
425 425
426 #if defined(OS_CHROMEOS) 426 #if defined(OS_CHROMEOS)
427 // These URLs are currently ChromeOS only.
428
429 // "Learn more" URL for the attestation of content protection setting. 427 // "Learn more" URL for the attestation of content protection setting.
430 extern const char kAttestationForContentProtectionLearnMoreURL[]; 428 extern const char kAttestationForContentProtectionLearnMoreURL[];
429 #endif
431 430
431 #if defined(OS_CHROMEOS) || defined(OS_ANDROID)
432 // "Learn more" URL for the enhanced playback notification dialog. 432 // "Learn more" URL for the enhanced playback notification dialog.
433 extern const char kEnhancedPlaybackNotificationLearnMoreURL[]; 433 extern const char kEnhancedPlaybackNotificationLearnMoreURL[];
434 #endif 434 #endif
435 435
436 // The URL for the Chromium project used in the About dialog. 436 // The URL for the Chromium project used in the About dialog.
437 extern const char kChromiumProjectURL[]; 437 extern const char kChromiumProjectURL[];
438 438
439 // The URL for the "Learn more" page for the usage/crash reporting option in the 439 // The URL for the "Learn more" page for the usage/crash reporting option in the
440 // first run dialog. 440 // first run dialog.
441 extern const char kLearnMoreReportingURL[]; 441 extern const char kLearnMoreReportingURL[];
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 // The URL for the 32-bit Mac deprecation help center article 556 // The URL for the 32-bit Mac deprecation help center article
557 extern const char kMac32BitDeprecationURL[]; 557 extern const char kMac32BitDeprecationURL[];
558 #endif 558 #endif
559 559
560 // The URL for the "Learn more" link the the Easy Unlock settings. 560 // The URL for the "Learn more" link the the Easy Unlock settings.
561 extern const char kEasyUnlockLearnMoreUrl[]; 561 extern const char kEasyUnlockLearnMoreUrl[];
562 562
563 } // namespace chrome 563 } // namespace chrome
564 564
565 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 565 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698