commit | a52721ce6c27b6a112db5313f87ac692548e2394 | [log] [tgz] |
---|---|---|
author | Gang Wu <[email protected]> | Sat Jun 13 04:03:24 2020 |
committer | Commit Bot <[email protected]> | Sat Jun 13 04:03:24 2020 |
tree | 89b47a4afb6d21775fbb1a3b90755af6fbe6d752 | |
parent | 21f42e02bd4bbb5a4c38258a61c9e0261f57c776 [diff] [blame] |
[Omnibox] [Switch To Tab] Enable Native to search through Java tabs This CL is the first step to implement Switch To Tab. Implement native side can search tabs on java side, and return if hasTabMatch to java. Bug:1085220 Change-Id: I595488e19ae4955bdbb3032bb213200b00faa414 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2200252 Reviewed-by: Ted Choc <[email protected]> Reviewed-by: Ender <[email protected]> Commit-Queue: Gang Wu <[email protected]> Cr-Commit-Position: refs/heads/master@{#778072}
diff --git a/chrome/browser/autocomplete/chrome_autocomplete_provider_client.h b/chrome/browser/autocomplete/chrome_autocomplete_provider_client.h index fa07577..7700046 100644 --- a/chrome/browser/autocomplete/chrome_autocomplete_provider_client.h +++ b/chrome/browser/autocomplete/chrome_autocomplete_provider_client.h
@@ -5,6 +5,10 @@ #ifndef CHROME_BROWSER_AUTOCOMPLETE_CHROME_AUTOCOMPLETE_PROVIDER_CLIENT_H_ #define CHROME_BROWSER_AUTOCOMPLETE_CHROME_AUTOCOMPLETE_PROVIDER_CLIENT_H_ +#include <memory> +#include <string> +#include <vector> + #include "base/macros.h" #include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h" #include "components/omnibox/browser/autocomplete_provider_client.h"