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

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

Issue 2846913002: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Fix merge conflict 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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 #if defined(OS_WIN) 1569 #if defined(OS_WIN)
1570 1570
1571 const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown."; 1571 const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
1572 1572
1573 const char kEnableAppcontainerDescription[] = 1573 const char kEnableAppcontainerDescription[] =
1574 "Enables the use of an AppContainer on sandboxed processes to improve " 1574 "Enables the use of an AppContainer on sandboxed processes to improve "
1575 "security."; 1575 "security.";
1576 1576
1577 #endif // defined(OS_WIN) 1577 #endif // defined(OS_WIN)
1578 1578
1579 #if defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS))
1580
1581 const char kShowCertLinkOnPageInfoName[] = "Show certificate link";
1582
1583 const char kShowCertLinkOnPageInfoDescription[] =
1584 "Add a link from the Page Info bubble to the certificate viewer for HTTPS "
1585 "sites.";
1586
1587 #endif // defined(TOOLKIT_VIEWS) || (defined(OS_MACOSX) && !defined(OS_IOS))
1588
1579 #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1589 #if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1580 1590
1581 const char kAutofillCreditCardUploadName[] = 1591 const char kAutofillCreditCardUploadName[] =
1582 "Enable offering upload of Autofilled credit cards"; 1592 "Enable offering upload of Autofilled credit cards";
1583 1593
1584 const char kAutofillCreditCardUploadDescription[] = 1594 const char kAutofillCreditCardUploadDescription[] =
1585 "Enables a new option to upload credit cards to Google Payments for " 1595 "Enables a new option to upload credit cards to Google Payments for "
1586 "sync to all Chrome devices."; 1596 "sync to all Chrome devices.";
1587 1597
1588 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1598 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
3062 3072
3063 const char kEnableHeapProfilingDescription[] = "Enables heap profiling."; 3073 const char kEnableHeapProfilingDescription[] = "Enables heap profiling.";
3064 3074
3065 const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)"; 3075 const char kEnableHeapProfilingModePseudo[] = "Enabled (pseudo mode)";
3066 3076
3067 const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)"; 3077 const char kEnableHeapProfilingModeNative[] = "Enabled (native mode)";
3068 3078
3069 const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)"; 3079 const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)";
3070 3080
3071 } // namespace flag_descriptions 3081 } // 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