Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: ui/file_manager/file_manager/main.html

Issue 871563002: Generalize PreviewPanelModel so that it stops to refer specific cloud-import CSS class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/preview_panel_model_unittest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index aaf254ccf3f39ca7a130bf278745b668c3fb2185..f01f69eac3077743f8421bcdf5607a26a69bd043 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -217,7 +217,7 @@
shortcut="U+00BE" hide-shortcut-text><!-- Shortcut: '.' -->
<!-- The visibility is refered by preview panel. Set hidden until
visibility is obtained once. -->
- <command id="cloud-import" class="cloud-import"
+ <command id="cloud-import" class="auto-visibility"
i18n-values="label:CLOUD_IMPORT_BUTTON_LABEL" hidden>
<command id="zoom-in" shortcut="U+00BB-Ctrl">
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/preview_panel_model_unittest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698