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

Unified Diff: content/public/renderer/render_frame_observer.h

Issue 2426503002: Make printing work better with OOPIF. (Closed)
Patch Set: Fix build, fix some tests Created 4 years, 2 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: content/public/renderer/render_frame_observer.h
diff --git a/content/public/renderer/render_frame_observer.h b/content/public/renderer/render_frame_observer.h
index ea667d4a8125715a4cf577484ad235720e0848ad..7a51d36e5b0f117de7e4ddf9bcf8495fa97ccb5c 100644
--- a/content/public/renderer/render_frame_observer.h
+++ b/content/public/renderer/render_frame_observer.h
@@ -122,6 +122,11 @@ class CONTENT_EXPORT RenderFrameObserver : public IPC::Listener,
// Called when accessibility is enabled or disabled.
virtual void AccessibilityModeChanged() {}
+ // For printing.
+ virtual void ScriptedPrint(bool user_initiated) {}
+ virtual void DidStartLoading() {}
nasko 2016/10/27 20:26:26 Let's not add this, as Start/Stop Loading is globa
Lei Zhang 2016/10/28 23:27:10 Done.
+ virtual void DidStopLoading() {}
+
// IPC::Listener implementation.
bool OnMessageReceived(const IPC::Message& message) override;

Powered by Google App Engine
This is Rietveld 408576698