commit | aa0bf20b3fabc52563f7c608675f860bce1c114d | [log] [tgz] |
---|---|---|
author | Doug Arnett <[email protected]> | Mon Aug 27 19:42:11 2018 |
committer | Commit Bot <[email protected]> | Mon Aug 27 19:42:11 2018 |
tree | 5bc9bca8adb15b256865b264b9c002085a0dc968 | |
parent | 51d19d3c6952f249250172ae9631002f3992fc63 [diff] [blame] |
ResourceLoadingHints turnon work (flag and bug fix) Adds about:flags support for ResourceLoadingHints and fixes an issue for determining the initial PreviewsState (where we need to "allow" ResourceLoadingHints preview even if no hints loaded for it yet (will be checked at commit time). Bug: 871795 Change-Id: I52529a29dabf6e5be23c49bf7f597783418d053b Reviewed-on: https://chromium-review.googlesource.com/1187574 Commit-Queue: Doug Arnett <[email protected]> Reviewed-by: Ryan Sturm <[email protected]> Cr-Commit-Position: refs/heads/master@{#586374}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 41f2f4afd..4d4e80ce 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -470,6 +470,9 @@ extern const char kEnableResamplingScrollEventsName[]; extern const char kEnableResamplingScrollEventsDescription[]; +extern const char kEnableResourceLoadingHintsName[]; +extern const char kEnableResourceLoadingHintsDescription[]; + extern const char kEnableSyncUserConsentSeparateTypeName[]; extern const char kEnableSyncUserConsentSeparateTypeDescription[];