commit | 4e448cb035ba21b8b72fc3cb88a981b4e3e7b27c | [log] [tgz] |
---|---|---|
author | Justin Donnelly <[email protected]> | Fri Jul 07 21:32:13 2017 |
committer | Commit Bot <[email protected]> | Fri Jul 07 21:32:13 2017 |
tree | b2470bcb4e72bc9f3acb37e84e1e31e9e9cb6347 | |
parent | f96ed3043048c120df44fd49baea9486546b41a7 [diff] [blame] |
Start the search service worker when the user input looks like a query. Bug: 732681 Change-Id: Ic51430e0acdc22acfc778158ee328f973e7f1c45 Reviewed-on: https://chromium-review.googlesource.com/559914 Reviewed-by: Matt Falkenhagen <[email protected]> Reviewed-by: Mark Pearson <[email protected]> Commit-Queue: Justin Donnelly <[email protected]> Cr-Commit-Position: refs/heads/master@{#485056}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 53d19f0..b449e74 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -687,6 +687,9 @@ extern const char kSpeculativePrefetchName[]; extern const char kSpeculativePrefetchDescription[]; +extern const char kSpeculativeServiceWorkerStartOnQueryInputName[]; +extern const char kSpeculativeServiceWorkerStartOnQueryInputDescription[]; + extern const char kSpellingFeedbackFieldTrialName[]; extern const char kSpellingFeedbackFieldTrialDescription[];