| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 5f784502a7c1bf932afe2738f2a0193112ea0f8b..8244532a690fc097a5795774a0fff784f2171ddb 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -284,7 +284,8 @@ public:
|
|
|
| // A datasource has been created for a new navigation. The given
|
| // datasource will become the provisional datasource for the frame.
|
| - virtual void didCreateDataSource(WebLocalFrame*, WebDataSource*) { }
|
| + // enum class Initiator { InitialEmptyDocument = 0, ContentInitiated = 1, NonContentInitiated = 2 };
|
| + virtual void didCreateDataSource(WebLocalFrame*, WebDataSource*, int initiator) { }
|
|
|
| // A new provisional load has been started.
|
| virtual void didStartProvisionalLoad(WebLocalFrame* localFrame, double triggeringEventTime) { }
|
|
|