| Index: third_party/WebKit/Source/core/inspector/DevToolsHost.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/DevToolsHost.h b/third_party/WebKit/Source/core/inspector/DevToolsHost.h
|
| index 1c03b8a756de39f8758adedff07e11172e4fdf50..96c1c32cbb17122f87aae707e31c4e5d6f49bc07 100644
|
| --- a/third_party/WebKit/Source/core/inspector/DevToolsHost.h
|
| +++ b/third_party/WebKit/Source/core/inspector/DevToolsHost.h
|
| @@ -61,8 +61,6 @@ public:
|
|
|
| void copyText(const String& text);
|
|
|
| - // Called from [Custom] implementations.
|
| - void showContextMenu(Event*, const Vector<ContextMenuItem>& items);
|
| void showContextMenu(LocalFrame* targetFrame, float x, float y, const Vector<ContextMenuItem>& items);
|
| void sendMessageToEmbedder(const String& message);
|
|
|
|
|