commit | b9243b23af461fa34d684a90fa84cd52b7063d68 | [log] [tgz] |
---|---|---|
author | Theresa Wellington <[email protected]> | Fri Dec 01 16:23:05 2017 |
committer | Commit Bot <[email protected]> | Fri Dec 01 16:23:05 2017 |
tree | f4300314640b11380cf0d02c44ce70589305b607 | |
parent | 3a10ca5efebca5e575910e4fc2602008c7543007 [diff] [blame] |
[Home] Clear URL on sheet open When the BottomSheet is open, clear the URL. Reset the URL when the sheet is closed. Also moves security icon logic from LocationBarLayout to ToolbarDataProvider and updates tests. BUG=789775 Change-Id: Iceb934eefa32a71cbb1c3c4ec2b372eded72a237 Reviewed-on: https://chromium-review.googlesource.com/798059 Commit-Queue: Theresa <[email protected]> Reviewed-by: Ted Choc <[email protected]> Cr-Commit-Position: refs/heads/master@{#520955}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 1b26083..5ce6f5c2 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1030,6 +1030,9 @@ extern const char kChromeHomeBottomNavLabelsName[]; extern const char kChromeHomeBottomNavLabelsDescription[]; +extern const char kChromeHomeClearUrlOnOpenName[]; +extern const char kChromeHomeClearUrlOnOpenDescription[]; + extern const char kChromeHomeInactivitySheetExpansionName[]; extern const char kChromeHomeInactivitySheetExpansionDescription[];