| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index 542b7ecc443f866f6638e6bb638d866efbb3f38e..a5c12364f7b83ffad6a9ffe1400a504577ada478 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -701,6 +701,13 @@ class BLINK_PLATFORM_EXPORT Platform {
|
| // depending on memory pressure.
|
| virtual void RequestPurgeMemory() {}
|
|
|
| + // V8 Context Snapshot --------------------------------------------------
|
| +
|
| + // This method returns true only when
|
| + // tools/v8_context_snapshot/v8_context_snapshot_generator is running (which
|
| + // runs during Chromium's build step).
|
| + virtual bool IsTakingV8ContextSnapshot() { return false; }
|
| +
|
| // Feature Policy -----------------------------------------------------
|
|
|
| // Create a new feature policy object for a document, given its parent
|
|
|