commit | bd37a577db1a2cad0ca242f11e0d9bfa26978098 | [log] [tgz] |
---|---|---|
author | Rakina Zata Amni <[email protected]> | Wed Jun 14 09:58:16 2023 |
committer | Chromium LUCI CQ <[email protected]> | Wed Jun 14 09:58:16 2023 |
tree | 2a892e2ec5e52f8d87e34bf3665f1a1f1a6d0d0e | |
parent | 5f2615861fce5fa85ab0f5c8c4cc6b840cfec851 [diff] [blame] |
Add RenderDocument flag to about:flags Bug: 936696 Change-Id: Iab187eafacbdb864bb2f26a6ff0a58b2f3589f99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4607738 Reviewed-by: Fergal Daly <[email protected]> Commit-Queue: Rakina Zata Amni <[email protected]> Auto-Submit: Rakina Zata Amni <[email protected]> Cr-Commit-Position: refs/heads/main@{#1157423}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 90c196d..c3f82061 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -2821,6 +2821,10 @@ const char kPwaUpdateDialogForAppIconDescription[] = "Enable a confirmation dialog that shows up when a PWA changes its icon"; +const char kRenderDocumentName[] = "Enable RenderDocument"; +const char kRenderDocumentDescription[] = + "Enable swapping RenderFrameHosts on same-site navigations"; + const char kQuicName[] = "Experimental QUIC protocol"; const char kQuicDescription[] = "Enable experimental QUIC protocol support.";