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

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: Addressed comments 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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS) 42 #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
43 extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine; 43 extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine;
44 #endif 44 #endif
45 45
46 extern const base::Feature kMaterialDesignHistoryFeature; 46 extern const base::Feature kMaterialDesignHistoryFeature;
47 47
48 extern const base::Feature kMaterialDesignSettingsFeature; 48 extern const base::Feature kMaterialDesignSettingsFeature;
49 49
50 extern const base::Feature kPreferHtmlOverPlugins; 50 extern const base::Feature kPreferHtmlOverPlugins;
51 51
52 extern const base::Feature kOverrideYouTubeFlashEmbed;
53
52 #if defined(OS_CHROMEOS) 54 #if defined(OS_CHROMEOS)
53 extern const base::Feature kRuntimeMemoryLeakDetector; 55 extern const base::Feature kRuntimeMemoryLeakDetector;
54 #endif // defined(OS_CHROMEOS) 56 #endif // defined(OS_CHROMEOS)
55 57
56 extern const base::Feature kSafeSearchUrlReporting; 58 extern const base::Feature kSafeSearchUrlReporting;
57 59
58 extern const base::Feature kSimplifiedFullscreenUI; 60 extern const base::Feature kSimplifiedFullscreenUI;
59 61
60 extern const base::Feature kSTHSetComponent; 62 extern const base::Feature kSTHSetComponent;
61 63
62 #if defined(SYZYASAN) 64 #if defined(SYZYASAN)
63 extern const base::Feature kSyzyasanDeferredFree; 65 extern const base::Feature kSyzyasanDeferredFree;
64 #endif 66 #endif
65 67
66 #if defined(OS_CHROMEOS) 68 #if defined(OS_CHROMEOS)
67 extern const base::Feature kOptInImeMenu; 69 extern const base::Feature kOptInImeMenu;
68 70
69 extern const base::Feature kQuickUnlockPin; 71 extern const base::Feature kQuickUnlockPin;
70 #endif // defined(OS_CHROMEOS) 72 #endif // defined(OS_CHROMEOS)
71 73
72 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 74 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
73 // alphabetical order, or in one of the ifdefs (also in order in each section). 75 // alphabetical order, or in one of the ifdefs (also in order in each section).
74 76
75 } // namespace features 77 } // namespace features
76 78
77 #endif // CHROME_COMMON_CHROME_FEATURES_H_ 79 #endif // CHROME_COMMON_CHROME_FEATURES_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/common/chrome_features.cc » ('j') | chrome/renderer/chrome_content_renderer_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698