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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8CacheStrategiesForCacheStorage.h

Issue 1915833002: Introduce Platform::cacheMetadataInCacheStorage() to store V8 code cache in CacheStorage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments in render_process_messages.h Created 4 years, 7 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
Index: third_party/WebKit/Source/bindings/core/v8/V8CacheStrategiesForCacheStorage.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8CacheStrategiesForCacheStorage.h b/third_party/WebKit/Source/bindings/core/v8/V8CacheStrategiesForCacheStorage.h
new file mode 100644
index 0000000000000000000000000000000000000000..35db72373b16d99abb341b88bd860e917fa3d849
--- /dev/null
+++ b/third_party/WebKit/Source/bindings/core/v8/V8CacheStrategiesForCacheStorage.h
@@ -0,0 +1,19 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef V8CacheStrategiesForCacheStorage_h
+#define V8CacheStrategiesForCacheStorage_h
+
+namespace blink {
+
+enum class V8CacheStrategiesForCacheStorage {
+ Default,
+ None,
+ Normal,
+ Aggressive,
+};
+
+} // namespace blink
+
+#endif // V8CacheStrategiesForCacheStorage_h

Powered by Google App Engine
This is Rietveld 408576698