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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 157713002: Switch DomAutomationController to be a RenderFrameObserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nasko@ CR feedback Created 6 years, 10 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/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 3ea59fa06ecf6646398d097c930e414d2dfd7d44..e19626507f2c57222eccb38ee037d5ccae4d758d 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -131,6 +131,8 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost {
void OnDidStopLoading();
void OnSwapOutACK();
void OnContextMenu(const ContextMenuParams& params);
+ void OnDomOperationResponse(const std::string& json_string,
+ int automation_id);
// Returns whether the given URL is allowed to commit in the current process.
// This is a more conservative check than RenderProcessHost::FilterURL, since

Powered by Google App Engine
This is Rietveld 408576698