Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(949)

Unified Diff: content/renderer/render_view_impl.h

Issue 1320453004: OOPIFs: Moving GetSerializedHtmlData...WithLocalLinks away from RenderViewHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page-serialization-link-gathering
Patch Set: Rebasing... Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 5e01f94d264f10dd73d0b8ec3d03632fcfd5db35..9c0d517e21a53af1bd58630ac68de5cd66bff816 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -53,7 +53,6 @@
#include "third_party/WebKit/public/web/WebInputEvent.h"
#include "third_party/WebKit/public/web/WebNavigationType.h"
#include "third_party/WebKit/public/web/WebNode.h"
-#include "third_party/WebKit/public/web/WebPageSerializerClient.h"
#include "third_party/WebKit/public/web/WebSecurityOrigin.h"
#include "third_party/WebKit/public/web/WebViewClient.h"
#include "ui/base/window_open_disposition.h"
@@ -153,7 +152,6 @@ class WebMediaPlayerProxyAndroid;
class CONTENT_EXPORT RenderViewImpl
: public RenderWidget,
NON_EXPORTED_BASE(public blink::WebViewClient),
- NON_EXPORTED_BASE(public blink::WebPageSerializerClient),
public RenderView,
public base::SupportsWeakPtr<RenderViewImpl> {
public:
@@ -416,13 +414,6 @@ class CONTENT_EXPORT RenderViewImpl
virtual void didScrollWithKeyboard(const blink::WebSize& delta);
#endif
- // blink::WebPageSerializerClient implementation ----------------------------
-
- void didSerializeDataForFrame(
- const blink::WebURL& frame_url,
- const blink::WebCString& data,
- PageSerializationStatus status) override;
-
// RenderView implementation -------------------------------------------------
bool Send(IPC::Message* message) override;
@@ -643,10 +634,6 @@ class CONTENT_EXPORT RenderViewImpl
void OnFind(int request_id,
const base::string16&,
const blink::WebFindOptions&);
- void OnGetSerializedHtmlDataForCurrentPageWithLocalLinks(
- const std::vector<GURL>& links,
- const std::vector<base::FilePath>& local_paths,
- const base::FilePath& local_directory_name);
void OnMediaPlayerActionAt(const gfx::Point& location,
const blink::WebMediaPlayerAction& action);
void OnPluginActionAt(const gfx::Point& location,
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698