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

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

Issue 2154233003: Rewrite YouTube Flash embeds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up Created 4 years, 4 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 | « no previous file | chrome/common/chrome_features.cc » ('j') | chrome/common/chrome_features.cc » ('J')
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 // This file defines all the public base::FeatureList features for the chrome 5 // This file defines all the public base::FeatureList features for the chrome
6 // module. 6 // module.
7 7
8 #ifndef CHROME_COMMON_CHROME_FEATURES_H_ 8 #ifndef CHROME_COMMON_CHROME_FEATURES_H_
9 #define CHROME_COMMON_CHROME_FEATURES_H_ 9 #define CHROME_COMMON_CHROME_FEATURES_H_
10 10
(...skipping 25 matching lines...) Expand all
36 #endif 36 #endif
37 37
38 #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS) 38 #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
39 extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine; 39 extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine;
40 #endif 40 #endif
41 41
42 extern const base::Feature kMaterialDesignHistoryFeature; 42 extern const base::Feature kMaterialDesignHistoryFeature;
43 43
44 extern const base::Feature kMaterialDesignSettingsFeature; 44 extern const base::Feature kMaterialDesignSettingsFeature;
45 45
46 extern const base::Feature kOverrideFlashEmbed;
mlamouri (slow - plz ping) 2016/07/28 13:05:12 I think "kOverrideYouTubeFlashEmbed" would be a be
kdsilva 2016/07/28 15:17:16 Done.
47
46 #if defined(OS_CHROMEOS) 48 #if defined(OS_CHROMEOS)
47 extern const base::Feature kRuntimeMemoryLeakDetector; 49 extern const base::Feature kRuntimeMemoryLeakDetector;
48 #endif // defined(OS_CHROMEOS) 50 #endif // defined(OS_CHROMEOS)
49 51
50 extern const base::Feature kSafeSearchUrlReporting; 52 extern const base::Feature kSafeSearchUrlReporting;
51 53
52 extern const base::Feature kSimplifiedFullscreenUI; 54 extern const base::Feature kSimplifiedFullscreenUI;
53 55
54 #if defined(SYZYASAN) 56 #if defined(SYZYASAN)
55 extern const base::Feature kSyzyasanDeferredFree; 57 extern const base::Feature kSyzyasanDeferredFree;
56 #endif 58 #endif
57 59
58 #if defined(OS_CHROMEOS) 60 #if defined(OS_CHROMEOS)
59 extern const base::Feature kOptInImeMenu; 61 extern const base::Feature kOptInImeMenu;
60 #endif // defined(OS_CHROMEOS) 62 #endif // defined(OS_CHROMEOS)
61 63
62 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 64 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
63 // alphabetical order, or in one of the ifdefs (also in order in each section). 65 // alphabetical order, or in one of the ifdefs (also in order in each section).
64 66
65 } // namespace features 67 } // namespace features
66 68
67 #endif // CHROME_COMMON_CHROME_FEATURES_H_ 69 #endif // CHROME_COMMON_CHROME_FEATURES_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/common/chrome_features.cc » ('j') | chrome/common/chrome_features.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698