commit | d7ef7c51e336111059d3ad710f9d06501b208b6b | [log] [tgz] |
---|---|---|
author | Manu Cornet <[email protected]> | Tue May 01 22:08:23 2018 |
committer | Commit Bot <[email protected]> | Tue May 01 22:08:23 2018 |
tree | 965d01d559bcb4c0551086dc034aa201933b917a | |
parent | e762b25ebe9722f160058b9401cf63be137a5665 [diff] [blame] |
Add a flag for shelf hover previews Change-Id: If84fcb785bdc4e95e5b218e4634912ab6a3d132c Reviewed-on: https://chromium-review.googlesource.com/1037779 Reviewed-by: Alex Newcomer <[email protected]> Commit-Queue: Manu Cornet <[email protected]> Cr-Commit-Position: refs/heads/master@{#555197}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 54315a8..492c9da 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -861,6 +861,9 @@ extern const char kSettingsWindowName[]; extern const char kSettingsWindowDescription[]; +extern const char kShelfHoverPreviewsName[]; +extern const char kShelfHoverPreviewsDescription[]; + extern const char kShowAllDialogsWithViewsToolkitName[]; extern const char kShowAllDialogsWithViewsToolkitDescription[];