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

Unified Diff: chrome/browser/dom_distiller/lazy_dom_distiller_service.h

Issue 1575473002: Improve syncing between dom distiller and the print preview request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Making the new operation (AddViewRequestDelegate) less intrusive on the DomDistillerService's inter… Created 4 years, 11 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
Index: chrome/browser/dom_distiller/lazy_dom_distiller_service.h
diff --git a/chrome/browser/dom_distiller/lazy_dom_distiller_service.h b/chrome/browser/dom_distiller/lazy_dom_distiller_service.h
index a39dc45e6c1d01564aaf881a8c68db4851c2c768..ae8b3381b2801687e26759a5b783614c95c0e4ec 100644
--- a/chrome/browser/dom_distiller/lazy_dom_distiller_service.h
+++ b/chrome/browser/dom_distiller/lazy_dom_distiller_service.h
@@ -49,6 +49,8 @@ class LazyDomDistillerService : public DomDistillerServiceInterface,
scoped_ptr<ViewerHandle> ViewUrl(ViewRequestDelegate* delegate,
scoped_ptr<DistillerPage> distiller_page,
const GURL& url) override;
+ scoped_ptr<ViewerHandle> AddViewRequestDelegate(ViewRequestDelegate* delegate,
+ const GURL& url) override;
scoped_ptr<DistillerPage> CreateDefaultDistillerPage(
const gfx::Size& render_view_size) override;
scoped_ptr<DistillerPage> CreateDefaultDistillerPageWithHandle(

Powered by Google App Engine
This is Rietveld 408576698