commit | f2bc2d20c4b4c484df552aed964b3bfa4df05b47 | [log] [tgz] |
---|---|---|
author | arthursonzogni <[email protected]> | Wed Nov 08 11:01:02 2017 |
committer | Commit Bot <[email protected]> | Wed Nov 08 11:01:02 2017 |
tree | 2170ad2c4da02be40936723f06e6fb0e76e84ab0 | |
parent | bc8ff77a65c695c5829c9bcb13a4a23f50bcd62f [diff] [blame] |
Add feature flag: Navigation response using a Mojo DataPipe. * Add content::feature NavigationMojoResponse * Add chrome://flags/#navigation-mojo-response See the others CLs in this series: [1/3] this CL. [2/3] https://chromium-review.googlesource.com/c/741237 [3/3] https://chromium-review.googlesource.com/c/753738 Design doc: https://goo.gl/Rrrc7n Bug: 705744 Change-Id: I8763b7d711d1ac0d06aad56130a009e3ee8a75d0 Reviewed-on: https://chromium-review.googlesource.com/739502 Reviewed-by: Camille Lamy <[email protected]> Reviewed-by: Nasko Oskov <[email protected]> Commit-Queue: Arthur Sonzogni <[email protected]> Cr-Commit-Position: refs/heads/master@{#514794}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 8163513..920d0fc 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -75,6 +75,9 @@ extern const char kBrowserSideNavigationName[]; extern const char kBrowserSideNavigationDescription[]; +extern const char kNavigationMojoResponseName[]; +extern const char kNavigationMojoResponseDescription[]; + extern const char kBrowserTaskSchedulerName[]; extern const char kBrowserTaskSchedulerDescription[];