Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index c9502666d05d830dbd31935e93060b1fe6e395db..27b0ba57f85ad5b8fd77e84ed26a371b3a3836c0 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -717,6 +717,8 @@ class CONTENT_EXPORT WebContentsImpl |
bool is_hung); |
void OnPluginCrashed(const base::FilePath& plugin_path, |
base::ProcessId plugin_pid); |
+ void OnDomOperationResponse(const std::string& json_string, |
+ int automation_id); |
void OnAppCacheAccessed(const GURL& manifest_url, bool blocked_by_policy); |
void OnOpenColorChooser(int color_chooser_id, |
SkColor color, |