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

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

Issue 2837773003: Flip the flag to enable smooth screen rotation by default. (Closed)
Patch Set: Add comments how the test will work. 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 747
748 const char kAshScreenOrientationLockDescription[] = 748 const char kAshScreenOrientationLockDescription[] =
749 "Allows javascript to lock the screen orienation."; 749 "Allows javascript to lock the screen orienation.";
750 750
751 const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode."; 751 const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
752 752
753 const char kAshEnableMirroredScreenDescription[] = 753 const char kAshEnableMirroredScreenDescription[] =
754 "Enable the mirrored screen mode. This mode flips the screen image " 754 "Enable the mirrored screen mode. This mode flips the screen image "
755 "horizontally."; 755 "horizontally.";
756 756
757 const char kAshEnableSmoothScreenRotationName[] = 757 const char kAshDisableSmoothScreenRotationName[] =
758 "Enable smooth rotation animations."; 758 "Disable smooth rotation animations.";
759 759
760 const char kAshEnableSmoothScreenRotationDescription[] = 760 const char kAshDisableSmoothScreenRotationDescription[] =
761 "Enable smooth rotation animations."; 761 "Disable smooth rotation animations.";
762 762
763 const char kMaterialDesignInkDropAnimationFast[] = "Fast"; 763 const char kMaterialDesignInkDropAnimationFast[] = "Fast";
764 764
765 const char kMaterialDesignInkDropAnimationSlow[] = "Slow"; 765 const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
766 766
767 const char kMaterialDesignInkDropAnimationSpeedName[] = 767 const char kMaterialDesignInkDropAnimationSpeedName[] =
768 "Material Design Ink Drop Animation Speed"; 768 "Material Design Ink Drop Animation Speed";
769 769
770 const char kMaterialDesignInkDropAnimationSpeedDescription[] = 770 const char kMaterialDesignInkDropAnimationSpeedDescription[] =
771 "Sets the speed of the experimental visual feedback animations for " 771 "Sets the speed of the experimental visual feedback animations for "
(...skipping 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after
3047 const char kEnableOmniboxClipboardProviderName[] = 3047 const char kEnableOmniboxClipboardProviderName[] =
3048 "Omnibox clipboard URL suggestions"; 3048 "Omnibox clipboard URL suggestions";
3049 3049
3050 const char kEnableOmniboxClipboardProviderDescription[] = 3050 const char kEnableOmniboxClipboardProviderDescription[] =
3051 "Provide a suggestion of the URL stored in the clipboard (if any) upon " 3051 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
3052 "focus in the omnibox."; 3052 "focus in the omnibox.";
3053 3053
3054 #endif // defined(OS_ANDROID) 3054 #endif // defined(OS_ANDROID)
3055 3055
3056 } // namespace flag_descriptions 3056 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698