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

Side by Side Diff: gin/public/gin_features.h

Issue 2786633002: Remove V8Future experiment. (Closed)
Patch Set: Rebase 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 | « gin/gin_features.cc ('k') | gin/v8_initializer.cc » ('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 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 gin 5 // This file defines all the public base::FeatureList features for the gin
6 // module. 6 // module.
7 7
8 #ifndef GIN_PUBLIC_GIN_FEATURES_H_ 8 #ifndef GIN_PUBLIC_GIN_FEATURES_H_
9 #define GIN_PUBLIC_GIN_FEATURES_H_ 9 #define GIN_PUBLIC_GIN_FEATURES_H_
10 10
11 #include "base/feature_list.h" 11 #include "base/feature_list.h"
12 #include "gin/gin_export.h" 12 #include "gin/gin_export.h"
13 13
14 namespace features { 14 namespace features {
15 15
16 GIN_EXPORT extern const base::Feature kV8Future;
17 GIN_EXPORT extern const base::Feature kV8NoTurbo; 16 GIN_EXPORT extern const base::Feature kV8NoTurbo;
18 GIN_EXPORT extern const base::Feature kV8IgnitionLowEnd; 17 GIN_EXPORT extern const base::Feature kV8IgnitionLowEnd;
19 18
20 } // namespace features 19 } // namespace features
21 20
22 #endif // GIN_PUBLIC_GIN_FEATURES_H_ 21 #endif // GIN_PUBLIC_GIN_FEATURES_H_
OLDNEW
« no previous file with comments | « gin/gin_features.cc ('k') | gin/v8_initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698