| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 636f1c2e4aa6cc06c114a0570881027266c8fceb..384336e0383b36ba5f0359536a55d58644cfb3a9 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -338,7 +338,6 @@ class CONTENT_EXPORT RenderViewImpl
|
| bool enumerateChosenDirectory(
|
| const blink::WebString& path,
|
| blink::WebFileChooserCompletion* chooser_completion) override;
|
| - void saveImageFromDataURL(const blink::WebString& data_url) override;
|
| void didCancelCompositionOnSelectionChange() override;
|
| bool handleCurrentKeyboardEvent() override;
|
| bool runFileChooser(
|
| @@ -610,8 +609,6 @@ class CONTENT_EXPORT RenderViewImpl
|
|
|
| void OnShowContextMenu(ui::MenuSourceType source_type,
|
| const gfx::Point& location);
|
| - void OnCopyImageAt(int x, int y);
|
| - void OnSaveImageAt(int x, int y);
|
| void OnDeterminePageLanguage();
|
| void OnDisableScrollbarsForSmallWindows(
|
| const gfx::Size& disable_scrollbars_size_limit);
|
|
|