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

Unified Diff: chrome/browser/resources/options/password_manager.html

Issue 2154223002: Hide the DIV containing password import/export buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: parent div hidden Created 4 years, 5 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 | « no previous file | chrome/browser/resources/options/password_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/password_manager.html
diff --git a/chrome/browser/resources/options/password_manager.html b/chrome/browser/resources/options/password_manager.html
index 81ff66ba63fc88a849f985cd485d37312ce60f52..cbe822b452d020fe4783d0431e6d9bdf0ca968ef 100644
--- a/chrome/browser/resources/options/password_manager.html
+++ b/chrome/browser/resources/options/password_manager.html
@@ -28,13 +28,13 @@
<a target="_blank" i18n-content="learnMore"
i18n-values="href:passwordManagerLearnMoreURL"></a>
</div>
- <div class="action-area">
+ <div id="password-manager-import-export" class="action-area" hidden>
<div class="button-strip">
<button id="password-manager-import" class="password-manager-home"
- i18n-content="passwordManagerImportPasswordButtonText" hidden>
+ i18n-content="passwordManagerImportPasswordButtonText">
</button>
<button id="password-manager-export" class="password-manager-home"
- i18n-content="passwordManagerExportPasswordButtonText" hidden>
+ i18n-content="passwordManagerExportPasswordButtonText">
</button>
</div>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/options/password_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698