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

Side by Side Diff: content/renderer/render_view_impl.h

Issue 1926173002: Erase LinkDisambiguation code on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another merge conflict Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 const blink::WebDragData& data, 395 const blink::WebDragData& data,
396 blink::WebDragOperationsMask mask, 396 blink::WebDragOperationsMask mask,
397 const blink::WebImage& image, 397 const blink::WebImage& image,
398 const blink::WebPoint& imageOffset) override; 398 const blink::WebPoint& imageOffset) override;
399 bool acceptsLoadDrops() override; 399 bool acceptsLoadDrops() override;
400 void focusNext() override; 400 void focusNext() override;
401 void focusPrevious() override; 401 void focusPrevious() override;
402 void focusedNodeChanged(const blink::WebNode& fromNode, 402 void focusedNodeChanged(const blink::WebNode& fromNode,
403 const blink::WebNode& toNode) override; 403 const blink::WebNode& toNode) override;
404 void didUpdateLayout() override; 404 void didUpdateLayout() override;
405 #if defined(OS_ANDROID) || defined(USE_AURA) 405 #if defined(OS_ANDROID)
406 bool didTapMultipleTargets( 406 bool didTapMultipleTargets(
407 const blink::WebSize& inner_viewport_offset, 407 const blink::WebSize& inner_viewport_offset,
408 const blink::WebRect& touch_rect, 408 const blink::WebRect& touch_rect,
409 const blink::WebVector<blink::WebRect>& target_rects) override; 409 const blink::WebVector<blink::WebRect>& target_rects) override;
410 #endif 410 #endif
411 blink::WebString acceptLanguages() override; 411 blink::WebString acceptLanguages() override;
412 void navigateBackForwardSoon(int offset) override; 412 void navigateBackForwardSoon(int offset) override;
413 int historyBackListCount() override; 413 int historyBackListCount() override;
414 int historyForwardListCount() override; 414 int historyForwardListCount() override;
415 blink::WebSpeechRecognizer* speechRecognizer() override; 415 blink::WebSpeechRecognizer* speechRecognizer() override;
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 // use the Observer interface to filter IPC messages and receive frame change 1023 // use the Observer interface to filter IPC messages and receive frame change
1024 // notifications. 1024 // notifications.
1025 // --------------------------------------------------------------------------- 1025 // ---------------------------------------------------------------------------
1026 1026
1027 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl); 1027 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl);
1028 }; 1028 };
1029 1029
1030 } // namespace content 1030 } // namespace content
1031 1031
1032 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 1032 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/disambiguation_popup_helper_unittest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698