summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete_history_manager.h
diff options
context:
space:
mode:
authorcsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-05 18:18:42 +0000
committercsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-05 18:18:42 +0000
commit61fd4dc472f8990d53b6773d98ef9c090dc33789 (patch)
tree25eb6a9cb4ee1832a59ebfc1eda5a26166699f80 /chrome/browser/autocomplete_history_manager.h
parentc385b2015f0969f9885f1284123d23c578ed8d8b (diff)
downloadchromium_src-61fd4dc472f8990d53b6773d98ef9c090dc33789.zip
chromium_src-61fd4dc472f8990d53b6773d98ef9c090dc33789.tar.gz
chromium_src-61fd4dc472f8990d53b6773d98ef9c090dc33789.tar.bz2
First pass for new GTK Autofill popup.
This first pass just displays the new Autofill popup and then hides it at the correct times. The box is the correct size, but none of the text is drawn at the moment. This is only enabled when the --external-autofill-popup flag is enabled. BUG=51644 Review URL: http://codereview.chromium.org/8890035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete_history_manager.h')
-rw-r--r--chrome/browser/autocomplete_history_manager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/autocomplete_history_manager.h b/chrome/browser/autocomplete_history_manager.h
index 8f5eabc..c4c02d6 100644
--- a/chrome/browser/autocomplete_history_manager.h
+++ b/chrome/browser/autocomplete_history_manager.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -57,7 +57,8 @@ class AutocompleteHistoryManager : public content::WebContentsObserver,
friend class AutocompleteHistoryManagerTest;
friend class AutofillManagerTest;
FRIEND_TEST_ALL_PREFIXES(AutocompleteHistoryManagerTest, ExternalDelegate);
- FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, TestTabContents);
+ FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest,
+ TestTabContentsWithExternalDelegate);
// For tests.
AutocompleteHistoryManager(TabContents* tab_contents,