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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2737413004: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Rebase, update tooltip Created 3 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 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 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 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 #if defined(OS_WIN) 1576 #if defined(OS_WIN)
1577 1577
1578 const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown."; 1578 const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
1579 1579
1580 const char kEnableAppcontainerDescription[] = 1580 const char kEnableAppcontainerDescription[] =
1581 "Enables the use of an AppContainer on sandboxed processes to improve " 1581 "Enables the use of an AppContainer on sandboxed processes to improve "
1582 "security."; 1582 "security.";
1583 1583
1584 #endif // defined(OS_WIN) 1584 #endif // defined(OS_WIN)
1585 1585
1586 #if defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS))
1587
1588 const char kShowCertLinkOnPageInfoName[] = "Show certificate link";
1589
1590 const char kShowCertLinkOnPageInfoDescription[] =
1591 "Add a link from the Page Info bubble to the certificate viewer for HTTPS "
1592 "sites.";
1593
1594 #endif // defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS))
1595
1586 #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1596 #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1587 1597
1588 const char kAutofillCreditCardUploadName[] = 1598 const char kAutofillCreditCardUploadName[] =
1589 "Enable offering upload of Autofilled credit cards"; 1599 "Enable offering upload of Autofilled credit cards";
1590 1600
1591 const char kAutofillCreditCardUploadDescription[] = 1601 const char kAutofillCreditCardUploadDescription[] =
1592 "Enables a new option to upload credit cards to Google Payments for " 1602 "Enables a new option to upload credit cards to Google Payments for "
1593 "sync to all Chrome devices."; 1603 "sync to all Chrome devices.";
1594 1604
1595 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1605 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
(...skipping 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
3043 3053
3044 const char kAutoplayPolicyNoUserGestureRequired[] = 3054 const char kAutoplayPolicyNoUserGestureRequired[] =
3045 "No user gesture is required."; 3055 "No user gesture is required.";
3046 3056
3047 const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required."; 3057 const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
3048 3058
3049 const char kAutoplayPolicyCrossOriginUserGestureRequired[] = 3059 const char kAutoplayPolicyCrossOriginUserGestureRequired[] =
3050 "User gesture is required for cross-origin iframes."; 3060 "User gesture is required for cross-origin iframes.";
3051 3061
3052 } // namespace flag_descriptions 3062 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/ui/cocoa/page_info/page_info_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698