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

Unified Diff: content/public/browser/render_frame_host.h

Issue 2496203003: Add printing tests to ensure window.print() works for subframes.
Patch Set: Created 4 years, 1 month 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/browser/render_frame_host.h
diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
index 39ef3676631ec7140d4d141398cab27bbf795619..565ef1e8934f485dde12be6e3346527c5110cce3 100644
--- a/content/public/browser/render_frame_host.h
+++ b/content/public/browser/render_frame_host.h
@@ -6,6 +6,7 @@
#define CONTENT_PUBLIC_BROWSER_RENDER_FRAME_HOST_H_
#include <string>
+#include <vector>
#include "base/callback_forward.h"
#include "build/build_config.h"
@@ -105,7 +106,7 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
virtual bool IsCrossProcessSubframe() = 0;
// Returns the last committed URL of the frame.
- virtual const GURL& GetLastCommittedURL() = 0;
+ virtual const GURL& GetLastCommittedURL() const = 0;
// Returns the last committed origin of the frame.
//

Powered by Google App Engine
This is Rietveld 408576698