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

Unified Diff: chrome/browser/resources/extensions/extensions.html

Issue 9265020: [uber] make the navigation controls an iframe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: opt = Created 8 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 | « chrome/browser/resources/extensions/extensions.css ('k') | chrome/browser/resources/options2/options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extensions.html
diff --git a/chrome/browser/resources/extensions/extensions.html b/chrome/browser/resources/extensions/extensions.html
index 7cc24aeab2edf4774423b91d8b367e9e23698bd2..0bddf724e2ec63b2b20e81d02488523f766d9496 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -19,9 +19,9 @@
</head>
-<body>
+<body class="uber-frame">
-<div id="extension-settings">
+<div>
<h1 i18n-content="extensionSettings"></h1>
<div id="dev-toggle">
<input id="toggle-dev-on" type="checkbox" value="off">
@@ -46,9 +46,7 @@
</table>
</div>
<section class="extension-settings-content">
- <div class="extension-settings">
- <div id="extension-settings-list"></div>
- </div>
+ <div id="extension-settings-list"></div>
</section>
</div>
<section>
« no previous file with comments | « chrome/browser/resources/extensions/extensions.css ('k') | chrome/browser/resources/options2/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698