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

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

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: chrome/browser/resources/options/personal_options.html
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
index 3013daad0b70e3862a6bdfe706bed8a46479792d..aca7f90ad16a5fd767d7fccf49e9b555f7c6bd43 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -1,4 +1,4 @@
-<div id="personal-page" class="page hidden">
+<div id="personal-page" class="page" hidden>
<h1 i18n-content="personalPage"></h1>
<if expr="pp_ifdef('chromeos')">
<section>

Powered by Google App Engine
This is Rietveld 408576698