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

Side by Side Diff: chrome/common/chrome_features.cc

Issue 2703283002: Revert of MD Settings: enable by default in client (Closed)
Patch Set: Created 3 years, 10 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/ui/webui/options/options_ui_browsertest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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/common/chrome_features.h" 5 #include "chrome/common/chrome_features.h"
6 6
7 #include "extensions/features/features.h" 7 #include "extensions/features/features.h"
8 #include "ppapi/features/features.h" 8 #include "ppapi/features/features.h"
9 9
10 namespace features { 10 namespace features {
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "AcknowledgeNtpOverrideOnDeactivate", base::FEATURE_DISABLED_BY_DEFAULT}; 150 "AcknowledgeNtpOverrideOnDeactivate", base::FEATURE_DISABLED_BY_DEFAULT};
151 #endif 151 #endif
152 152
153 // Enables or disables the Material Design version of chrome://history. 153 // Enables or disables the Material Design version of chrome://history.
154 const base::Feature kMaterialDesignHistory{"MaterialDesignHistory", 154 const base::Feature kMaterialDesignHistory{"MaterialDesignHistory",
155 base::FEATURE_ENABLED_BY_DEFAULT}; 155 base::FEATURE_ENABLED_BY_DEFAULT};
156 156
157 // Enables or disables the Material Design version of chrome://settings. 157 // Enables or disables the Material Design version of chrome://settings.
158 // Also affects chrome://help. 158 // Also affects chrome://help.
159 const base::Feature kMaterialDesignSettings{"MaterialDesignSettings", 159 const base::Feature kMaterialDesignSettings{"MaterialDesignSettings",
160 base::FEATURE_ENABLED_BY_DEFAULT}; 160 base::FEATURE_DISABLED_BY_DEFAULT};
161 161
162 #if !defined(OS_ANDROID) && !defined(OS_IOS) 162 #if !defined(OS_ANDROID) && !defined(OS_IOS)
163 // Enables media content bitstream remoting, an optimization that can activate 163 // Enables media content bitstream remoting, an optimization that can activate
164 // during Cast Tab Mirroring. When kMediaRemotingEncrypted is disabled, the 164 // during Cast Tab Mirroring. When kMediaRemotingEncrypted is disabled, the
165 // feature will not activate for encrypted content. 165 // feature will not activate for encrypted content.
166 const base::Feature kMediaRemoting{"MediaRemoting", 166 const base::Feature kMediaRemoting{"MediaRemoting",
167 base::FEATURE_DISABLED_BY_DEFAULT}; 167 base::FEATURE_DISABLED_BY_DEFAULT};
168 const base::Feature kMediaRemotingEncrypted{"MediaRemotingEncrypted", 168 const base::Feature kMediaRemotingEncrypted{"MediaRemotingEncrypted",
169 base::FEATURE_DISABLED_BY_DEFAULT}; 169 base::FEATURE_DISABLED_BY_DEFAULT};
170 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) 170 #endif // !defined(OS_ANDROID) && !defined(OS_IOS)
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 // Enables or disables emoji, handwriting and voice input on opt-in IME menu. 280 // Enables or disables emoji, handwriting and voice input on opt-in IME menu.
281 const base::Feature kEHVInputOnImeMenu{"EmojiHandwritingVoiceInput", 281 const base::Feature kEHVInputOnImeMenu{"EmojiHandwritingVoiceInput",
282 base::FEATURE_ENABLED_BY_DEFAULT}; 282 base::FEATURE_ENABLED_BY_DEFAULT};
283 283
284 // Enables or disables flash component updates on Chrome OS. 284 // Enables or disables flash component updates on Chrome OS.
285 const base::Feature kCrosCompUpdates{"CrosCompUpdates", 285 const base::Feature kCrosCompUpdates{"CrosCompUpdates",
286 base::FEATURE_ENABLED_BY_DEFAULT}; 286 base::FEATURE_ENABLED_BY_DEFAULT};
287 #endif // defined(OS_CHROMEOS) 287 #endif // defined(OS_CHROMEOS)
288 288
289 } // namespace features 289 } // namespace features
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698