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

Unified Diff: content/common/content_switches_internal.h

Issue 918093002: Pipe v8CacheOptions for ServiceWorker from the browser process to blink [2/2 chromium] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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: content/common/content_switches_internal.h
diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h
index ad2fd6505a011e542f655dc3c0386fcb663176c9..74287c466569e3cfeaedffba1527e013c437639c 100644
--- a/content/common/content_switches_internal.h
+++ b/content/common/content_switches_internal.h
@@ -5,12 +5,15 @@
#ifndef CONTENT_COMMON_CONTENT_SWITCHES_INTERNAL_H_
#define CONTENT_COMMON_CONTENT_SWITCHES_INTERNAL_H_
+#include "content/public/common/web_preferences.h"
+
namespace content {
bool IsPinchToZoomEnabled();
#if defined(OS_WIN)
bool IsWin32kRendererLockdownEnabled();
#endif
+V8CacheOptions GetV8CacheOptions();
} // namespace content
« no previous file with comments | « content/browser/service_worker/embedded_worker_instance.cc ('k') | content/common/content_switches_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698