| Index: third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
|
| index ba72504a83a45af63274092112349dca1d20d365..74af949a539d310957699453f9d5df65501ee5aa 100644
|
| --- a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
|
| @@ -55,8 +55,6 @@ public:
|
| void disable(ErrorString*) final;
|
| void restore() final;
|
|
|
| - void didStartProvisionalLoad(LocalFrame*);
|
| -
|
| private:
|
| PageDebuggerAgent(V8DebuggerAgent*, InspectedFrames*);
|
|
|
|
|