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

Unified Diff: gin/public/gin_features.h

Issue 2740543002: [Gin] Add V8NoTurbo experiment to disable Ignition+TurboFan. (Closed)
Patch Set: Add histogram change Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gin/gin_features.cc ('k') | gin/v8_initializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/public/gin_features.h
diff --git a/gin/public/gin_features.h b/gin/public/gin_features.h
index 69170c54071bd697d753a352c1fb48854c220a2f..d6e8028d292221c52c1cb07945b7a2c7cdcb995f 100644
--- a/gin/public/gin_features.h
+++ b/gin/public/gin_features.h
@@ -14,6 +14,7 @@
namespace features {
GIN_EXPORT extern const base::Feature kV8Future;
+GIN_EXPORT extern const base::Feature kV8NoTurbo;
GIN_EXPORT extern const base::Feature kV8IgnitionLowEnd;
} // namespace features
« 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