diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 16:15:44 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 16:15:44 +0000 |
commit | 0bfc29a5e1dc622ef1ca3601296738112a9a9abf (patch) | |
tree | c2dc97f51a06d57db01cee5e1164cf0b81f9dc2a /chrome/browser/net | |
parent | 930709556e52f09d355aaf0c7b00e90d6042d4d9 (diff) | |
download | chromium_src-0bfc29a5e1dc622ef1ca3601296738112a9a9abf.zip chromium_src-0bfc29a5e1dc622ef1ca3601296738112a9a9abf.tar.gz chromium_src-0bfc29a5e1dc622ef1ca3601296738112a9a9abf.tar.bz2 |
Searching by keyword now generates a visit against the site with a
transition type of TAB_TO_SEARCH. This visit increments the typed
count and ensures if you use TAB_TO_SEARCH you still get autocompleted
to the site.
I'll add some tests for this, but want to make sure we're ok with it
before I do that.
BUG=3633
TEST=will be covered by unit tests.
Review URL: http://codereview.chromium.org/93087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net')
-rw-r--r-- | chrome/browser/net/url_fixer_upper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/net/url_fixer_upper.h b/chrome/browser/net/url_fixer_upper.h index 7b6332d..5bd7fef 100644 --- a/chrome/browser/net/url_fixer_upper.h +++ b/chrome/browser/net/url_fixer_upper.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_BROWSER_URL_FIXER_UPPER_H__ -#define CHROME_BROWSER_URL_FIXER_UPPER_H__ +#ifndef CHROME_BROWSER_NET_URL_FIXER_UPPER_H_ +#define CHROME_BROWSER_NET_URL_FIXER_UPPER_H_ #include <string> @@ -63,4 +63,4 @@ namespace URLFixerUpper { }; -#endif // #ifndef CHROME_BROWSER_URL_FIXER_UPPER_H__ +#endif // #ifndef CHROME_BROWSER_NET_URL_FIXER_UPPER_H_ |