Commit e6cd7631 authored by Alex Danilo's avatar Alex Danilo Committed by Commit Bot

Make the navigation tree footer hidden

First step in removal of the deprecated progress center.

Bug: 1027012
Change-Id: I34ea74d0f56b8a6327dbdf2f6b37c6d5786ac084
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952060
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721909}
parent 1cade8c3
...@@ -93,8 +93,4 @@ IN_PROC_BROWSER_TEST_F(FileManagerUITest, PluginVmShare) { ...@@ -93,8 +93,4 @@ IN_PROC_BROWSER_TEST_F(FileManagerUITest, PluginVmShare) {
RunTest("pluginVmShare"); RunTest("pluginVmShare");
} }
IN_PROC_BROWSER_TEST_F(FileManagerUITest, ProgressCenter) {
RunTest("progressCenter");
}
} // namespace file_manager } // namespace file_manager
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
<div class="dialog-navigation-list-contents" role="navigation"> <div class="dialog-navigation-list-contents" role="navigation">
<tree id="directory-tree" role="tree" tabindex="21"></tree> <tree id="directory-tree" role="tree" tabindex="21"></tree>
</div> </div>
<div class="dialog-navigation-list-footer"> <div class="dialog-navigation-list-footer" hidden>
<div id="progress-center" hidden> <div id="progress-center" hidden>
<li id="progress-center-close-view"> <li id="progress-center-close-view">
<div class="progress-frame"> <div class="progress-frame">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment