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

Side by Side Diff: chrome/browser/autofill/test_autofill_external_delegate.cc

Issue 9235072: Adding Mouse Support for new GTK Autofill (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixing problem with autofillAgent browser tests Created 8 years, 10 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
(Empty)
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
3 // found in the LICENSE file.
4
5 #include "chrome/browser/autofill/test_autofill_external_delegate.h"
6
7 TestAutofillExternalDelegate::TestAutofillExternalDelegate(
8 TabContentsWrapper* wrapper, AutofillManager* autofill_manager) :
9 AutofillExternalDelegate(wrapper, autofill_manager) {}
10
11 TestAutofillExternalDelegate::~TestAutofillExternalDelegate() {}
12
13 void TestAutofillExternalDelegate::ApplyAutofillSuggestions(
14 const std::vector<string16>& autofill_values,
15 const std::vector<string16>& autofill_labels,
16 const std::vector<string16>& autofill_icons,
17 const std::vector<int>& autofill_unique_ids,
18 int separator_index) {}
19
20 void TestAutofillExternalDelegate::OnQueryPlatformSpecific(
21 int query_id,
22 const webkit::forms::FormData& form,
23 const webkit::forms::FormField& field,
24 const gfx::Rect& bounds) {}
25
26 void TestAutofillExternalDelegate::HideAutofillPopupInternal() {}
OLDNEW
« no previous file with comments | « chrome/browser/autofill/test_autofill_external_delegate.h ('k') | chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698