commit | c158b18f51adaf33bc327179c0727e1669db8c3a | [log] [tgz] |
---|---|---|
author | Ramin Halavati <[email protected]> | Thu Oct 18 14:04:54 2018 |
committer | Commit Bot <[email protected]> | Thu Oct 18 14:04:54 2018 |
tree | 90c7a89d6f33c2c2b2bc600b35106630725c577c | |
parent | 62ae386e6e42e6999b9c393008181c6948a976c7 [diff] [blame] |
Add feature::kEnableIncognitoWindowCounter for incognito window count. A feature and flag is added to control adding an incognito window counter to the incognito icon on toolbar. Bug: 896235 Change-Id: Ic0766f2344d9caefc7ede1e5266df053d32ef2d5 Reviewed-on: https://chromium-review.googlesource.com/c/1286423 Commit-Queue: Ramin Halavati <[email protected]> Reviewed-by: Ramin Halavati <[email protected]> Reviewed-by: Martin Šrámek <[email protected]> Cr-Commit-Position: refs/heads/master@{#600751}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 95554d76..7f47a2e 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -526,6 +526,9 @@ extern const char kEnableImageCaptureAPIName[]; extern const char kEnableImageCaptureAPIDescription[]; +extern const char kEnableIncognitoWindowCounterName[]; +extern const char kEnableIncognitoWindowCounterDescription[]; + extern const char kEnableZeroSuggestRedirectToChromeName[]; extern const char kEnableZeroSuggestRedirectToChromeDescription[];