commit | 91b7abf01349ef9ac154a97cceebfa88360506fe | [log] [tgz] |
---|---|---|
author | clamy <[email protected]> | Thu Mar 24 15:17:45 2016 |
committer | Commit bot <[email protected]> | Thu Mar 24 15:19:02 2016 |
tree | 1b7a6910474e696b617a86f11b6799667d8e61f7 | |
parent | 55a27097b9d3cdea51ee3186448a494ffce7f4ac [diff] [blame] |
Make EnableViewSourceMode a FrameMsg This CL moves the EnableViewSourceMode from ViewMsgs to FrameMsgs. This is a preparatory CL for https://codereview.chromium.org/1811913003/. BUG=555418 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1832803002 Cr-Commit-Position: refs/heads/master@{#383062}
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h index 8aa008d..6c09c8d1 100644 --- a/content/renderer/render_frame_impl.h +++ b/content/renderer/render_frame_impl.h
@@ -793,6 +793,7 @@ const base::string16& search_text, const blink::WebFindOptions& options); void OnStopFinding(StopFindAction action); + void OnEnableViewSourceMode(); #if defined(OS_ANDROID) void OnActivateNearestFindResult(int request_id, float x, float y); void OnFindMatchRects(int current_version);