commit | d629cc6e316acf324564a3341471c1b87509d5b7 | [log] [tgz] |
---|---|---|
author | Charles Harrison <[email protected]> | Thu Oct 05 01:39:54 2017 |
committer | Commit Bot <[email protected]> | Thu Oct 05 01:39:54 2017 |
tree | f87988d351b00c85ca447caaf50ce05aff60f744 | |
parent | fb353304bdbe4cd708449720971067bac44b0747 [diff] [blame] |
Add chrome://flags entry for BlockTabUnders on Android The UI is not implemented yet on desktop. Bug: 661629 Change-Id: Iee0b2134d02eb63325b20376c38500a38d49fb9a Reviewed-on: https://chromium-review.googlesource.com/701474 Reviewed-by: Avi Drissman <[email protected]> Commit-Queue: Charlie Harrison <[email protected]> Cr-Commit-Position: refs/heads/master@{#506616}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index c24fc964..7e27922 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -69,6 +69,9 @@ extern const char kBleAdvertisingInExtensionsName[]; extern const char kBleAdvertisingInExtensionsDescription[]; +extern const char kBlockTabUndersName[]; +extern const char kBlockTabUndersDescription[]; + extern const char kBrowserSideNavigationName[]; extern const char kBrowserSideNavigationDescription[];