| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 24b5167e469666f8ccfe337818175df24bbb59a1..21721e26419125c5a63af18f178f99aa93795e81 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -347,7 +347,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(
|
| @@ -619,8 +618,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);
|
|
|