| Index: third_party/WebKit/public/platform/WebFrameScheduler.h
|
| diff --git a/third_party/WebKit/public/platform/WebFrameScheduler.h b/third_party/WebKit/public/platform/WebFrameScheduler.h
|
| index 05f2371bb2a2985391ed7ba2054ce9c7ac33317a..e1454b3b71cc5dac8317340bdff3aa996d4bfeb6 100644
|
| --- a/third_party/WebKit/public/platform/WebFrameScheduler.h
|
| +++ b/third_party/WebKit/public/platform/WebFrameScheduler.h
|
| @@ -32,9 +32,6 @@ public:
|
| // Returns the WebTaskRunner for timer tasks.
|
| // WebFrameScheduler owns the returned WebTaskRunner.
|
| virtual WebTaskRunner* timerTaskRunner() { return nullptr; }
|
| -
|
| - // Record the current origin. This is for task attribution in tracing.
|
| - virtual void setFrameOrigin(const WebSecurityOrigin&) { }
|
| };
|
|
|
| } // namespace blink
|
|
|