commit | ed8349471b1d0cc26235d12a61b8c996b957f064 | [log] [tgz] |
---|---|---|
author | dpapad <[email protected]> | Wed Oct 25 03:21:27 2017 |
committer | Commit Bot <[email protected]> | Wed Oct 25 03:21:27 2017 |
tree | ff4115f91297b586c72e08e315d49c6768f860aa | |
parent | d73f7804a1cb7ae89eef50589f1a2340c959c99b [diff] [blame] |
Print Preview: Add flag to enable the alternate UI. This is the first step allowing to develop a componetized (with Polymer) Print Preview UI, without affecting the existing UI during development. Bug: 773928 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia40f7de733d5694953175098549420f10eb1a49b Reviewed-on: https://chromium-review.googlesource.com/717697 Commit-Queue: Demetrios Papadopoulos <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#511344}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index bfa05cc..3308fcb 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -280,6 +280,9 @@ extern const char kEnableNetworkServiceName[]; extern const char kEnableNetworkServiceDescription[]; +extern const char kEnableNewPrintPreview[]; +extern const char kEnableNewPrintPreviewDescription[]; + extern const char kEnableNightLightName[]; extern const char kEnableNightLightDescription[];