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

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

Issue 2789203003: [Views] App Menu Animated Icon (Closed)
Patch Set: Fixes for msw Created 3 years, 8 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 2708 matching lines...) Expand 10 before | Expand all | Expand 10 after
2719 "Make size of accessibility large cursor adjustable."; 2719 "Make size of accessibility large cursor adjustable.";
2720 2720
2721 #if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \ 2721 #if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
2722 defined(OS_WIN) 2722 defined(OS_WIN)
2723 2723
2724 const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions"; 2724 const char kOmniboxEntitySuggestionsName[] = "Omnibox entity suggestions";
2725 2725
2726 const char kOmniboxEntitySuggestionsDescription[] = 2726 const char kOmniboxEntitySuggestionsDescription[] =
2727 "Enable receiving entity suggestions in Omnibox."; 2727 "Enable receiving entity suggestions in Omnibox.";
2728 2728
2729 const char kGlobalErrorMenuIconName[] = "Global Error Menu Icon";
2730
2731 const char kGlobalErrorMenuIconDescription[] =
2732 "Changes the global error icon in the wrench menu.";
2733
2734 const char kGlobalErrorMenuIconOldBehavior[] = "Old Behavior";
2735
2736 const char kGlobalErrorMenuIconPersistentOpenedState[] =
2737 "Persistent Opened State";
2738
2739 const char kGlobalErrorMenuIconPersistentClosedState[] =
2740 "Persistent Closed State";
2741
2729 #endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || 2742 #endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
2730 // defined(OS_WIN) 2743 // defined(OS_WIN)
2731 2744
2732 #if defined(OS_CHROMEOS) 2745 #if defined(OS_CHROMEOS)
2733 2746
2734 const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support"; 2747 const char kEnableChromevoxArcSupportName[] = "ChromeVox ARC support";
2735 2748
2736 const char kEnableChromevoxArcSupportDescription[] = 2749 const char kEnableChromevoxArcSupportDescription[] =
2737 "Enable ChromeVox screen reader features in ARC"; 2750 "Enable ChromeVox screen reader features in ARC";
2738 2751
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
2914 const char kEnableEhvInputName[] = 2927 const char kEnableEhvInputName[] =
2915 "Emoji, handwriting and voice input on opt-in IME menu"; 2928 "Emoji, handwriting and voice input on opt-in IME menu";
2916 2929
2917 const char kEnableEhvInputDescription[] = 2930 const char kEnableEhvInputDescription[] =
2918 "Enable access to emoji, handwriting and voice input form opt-in IME " 2931 "Enable access to emoji, handwriting and voice input form opt-in IME "
2919 "menu."; 2932 "menu.";
2920 2933
2921 #endif // #if defined(OS_CHROMEOS) 2934 #endif // #if defined(OS_CHROMEOS)
2922 2935
2923 } // namespace flag_descriptions 2936 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698