commit | 98e6aece5943cc36280d78ef7bde3919a3f2ec9a | [log] [tgz] |
---|---|---|
author | Ryan Sturm <[email protected]> | Mon Nov 30 20:34:38 2020 |
committer | Chromium LUCI CQ <[email protected]> | Mon Nov 30 20:34:38 2020 |
tree | 82314d2a5bfa8880ff48a7003586545e9128d922 | |
parent | 3dcfe5b3022c87956fdcb9115754fd05aabc6e4d [diff] [blame] |
Adding search prefetch forcing about:flags entry Bug: 1152562 Change-Id: Ie719be00784ca796a3275eb9b44bb89de2ca964f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559215 Reviewed-by: Tarun Bansal <[email protected]> Commit-Queue: Ryan Sturm <[email protected]> Cr-Commit-Position: refs/heads/master@{#831971}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index e163baa..ebee761 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -985,6 +985,9 @@ extern const char kOmniboxWebUIOmniboxPopupName[]; extern const char kOmniboxWebUIOmniboxPopupDescription[]; +extern const char kEnableSearchPrefetchName[]; +extern const char kEnableSearchPrefetchDescription[]; + extern const char kOopRasterizationName[]; extern const char kOopRasterizationDescription[];