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

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

Issue 2837773003: Flip the flag to enable smooth screen rotation by default. (Closed)
Patch Set: 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 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 732
733 const char kAshScreenOrientationLockDescription[] = 733 const char kAshScreenOrientationLockDescription[] =
734 "Allows javascript to lock the screen orienation."; 734 "Allows javascript to lock the screen orienation.";
735 735
736 const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode."; 736 const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
737 737
738 const char kAshEnableMirroredScreenDescription[] = 738 const char kAshEnableMirroredScreenDescription[] =
739 "Enable the mirrored screen mode. This mode flips the screen image " 739 "Enable the mirrored screen mode. This mode flips the screen image "
740 "horizontally."; 740 "horizontally.";
741 741
742 const char kAshEnableSmoothScreenRotationName[] = 742 const char kAshDisableSmoothScreenRotationName[] =
743 "Enable smooth rotation animations."; 743 "Disable smooth rotation animations.";
744 744
745 const char kAshEnableSmoothScreenRotationDescription[] = 745 const char kAshDisableSmoothScreenRotationDescription[] =
746 "Enable smooth rotation animations."; 746 "Disable smooth rotation animations.";
747 747
748 const char kMaterialDesignInkDropAnimationFast[] = "Fast"; 748 const char kMaterialDesignInkDropAnimationFast[] = "Fast";
749 749
750 const char kMaterialDesignInkDropAnimationSlow[] = "Slow"; 750 const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
751 751
752 const char kMaterialDesignInkDropAnimationSpeedName[] = 752 const char kMaterialDesignInkDropAnimationSpeedName[] =
753 "Material Design Ink Drop Animation Speed"; 753 "Material Design Ink Drop Animation Speed";
754 754
755 const char kMaterialDesignInkDropAnimationSpeedDescription[] = 755 const char kMaterialDesignInkDropAnimationSpeedDescription[] =
756 "Sets the speed of the experimental visual feedback animations for " 756 "Sets the speed of the experimental visual feedback animations for "
(...skipping 2270 matching lines...) Expand 10 before | Expand all | Expand 10 after
3027 "to enter into the search bar. The data is indexed locally, and never sent " 3027 "to enter into the search bar. The data is indexed locally, and never sent "
3028 "to the server. It's disabled in incognito mode."; 3028 "to the server. It's disabled in incognito mode.";
3029 3029
3030 const char kEnableWebNfcName[] = "WebNFC"; 3030 const char kEnableWebNfcName[] = "WebNFC";
3031 3031
3032 const char kEnableWebNfcDescription[] = "Enable WebNFC support."; 3032 const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
3033 3033
3034 #endif // defined(OS_ANDROID) 3034 #endif // defined(OS_ANDROID)
3035 3035
3036 } // namespace flag_descriptions 3036 } // namespace flag_descriptions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698