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

Unified Diff: chrome/browser/ui/views/find_bar_host_aura.cc

Issue 8573012: Unify views implementation of FindBarHost::GetWidgetPositionNative (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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
« no previous file with comments | « chrome/browser/ui/views/find_bar_host.cc ('k') | chrome/browser/ui/views/find_bar_host_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/find_bar_host_aura.cc
diff --git a/chrome/browser/ui/views/find_bar_host_aura.cc b/chrome/browser/ui/views/find_bar_host_aura.cc
index 8305ffb68bbab5c11fcb5c48a4e0128a4437412e..fbc835f2c7cef48ff54d3491019353bc18c4ce14 100644
--- a/chrome/browser/ui/views/find_bar_host_aura.cc
+++ b/chrome/browser/ui/views/find_bar_host_aura.cc
@@ -11,11 +11,6 @@ void FindBarHost::AudibleAlert() {
NOTIMPLEMENTED();
}
-void FindBarHost::GetWidgetPositionNative(gfx::Rect* avoid_overlapping_rect) {
- // TODO(beng):
- NOTIMPLEMENTED();
-}
-
bool FindBarHost::ShouldForwardKeyEventToWebpageNative(
const views::KeyEvent& key_event) {
// TODO(beng):
« no previous file with comments | « chrome/browser/ui/views/find_bar_host.cc ('k') | chrome/browser/ui/views/find_bar_host_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698