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

Unified Diff: chrome/browser/autofill/autofill_external_delegate_gtk.h

Issue 9235072: Adding Mouse Support for new GTK Autofill (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: First Draft Created 8 years, 11 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/autofill/autofill_external_delegate_gtk.h
diff --git a/chrome/browser/autofill/autofill_external_delegate_gtk.h b/chrome/browser/autofill/autofill_external_delegate_gtk.h
index 31e2fd0f968729264254679ab7f59ed363543491..c2f9185d34fb3b9b8369358c3e1633ea9f89e360 100644
--- a/chrome/browser/autofill/autofill_external_delegate_gtk.h
+++ b/chrome/browser/autofill/autofill_external_delegate_gtk.h
@@ -26,11 +26,9 @@ class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
virtual ~AutofillExternalDelegateGtk();
- // AutofillExternalDelegate implementation.
- virtual void HideAutofillPopup() OVERRIDE;
-
protected:
// AutofillExternalDelegate implementations.
+ virtual void HideAutofillPopupInternal() OVERRIDE;
virtual void OnQueryPlatformSpecific(
int query_id,
const webkit::forms::FormData& form,

Powered by Google App Engine
This is Rietveld 408576698