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

Unified Diff: chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc

Issue 7015051: Re-land: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc
===================================================================
--- chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc (revision 85284)
+++ chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.cc (working copy)
@@ -1,23 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.h"
-
-#include "chrome/browser/ui/gtk/gtk_util.h"
-
-////////////////////////////////////////////////////////////////////////////////
-// AutocompletePopupGtk, public:
-
-AutocompletePopupGtk::AutocompletePopupGtk() {
-}
-
-AutocompletePopupGtk::~AutocompletePopupGtk() {
-}
-
-gfx::NativeView AutocompletePopupGtk::GetRelativeWindowForPopup(
- gfx::NativeView edit_native_view) const {
- GtkWidget* toplevel = gtk_widget_get_toplevel(edit_native_view);
- DCHECK(GTK_WIDGET_TOPLEVEL(toplevel));
- return toplevel;
-}

Powered by Google App Engine
This is Rietveld 408576698