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

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

Issue 3342009: Remove old debug code from ntp. (Closed)
Patch Set: Created 10 years, 4 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/new_new_tab.css ('k') | chrome/browser/resources/ntp/apps.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.html
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html
index 0b128fcce6bdf59c443a7e26941b7fb72a2f3e44..e324d479874adf07593dd1925c37658f20dea68b 100644
--- a/chrome/browser/resources/new_new_tab.html
+++ b/chrome/browser/resources/new_new_tab.html
@@ -164,22 +164,6 @@ if ('mode' in hashParams) {
<div class="miniview"></div>
</div>
- <!-- TODO(aa): Remove this -- we don't use it anymore. -->
- <div id="debug" class="section disabled" section="DEBUG">
- <h2><span>Debug</span></h2>
- <div id="apps-launch-control">
- Open apps in:<label
- ><input type="radio" name="launch-container-type" value=""
- checked="true">Default</label
- ><input type="radio" name="launch-container-type" value="tab"
- >Tab</label
- ><label><input type="radio" name="launch-container-type" value="window"
- >Window</label
- ><label><input type="radio" name="launch-container-type" value="panel"
- >Panel</label>
- </div>
- </div>
-
<div id="sync-status" class="section disabled">
<div>
<h3></h3>
@@ -214,8 +198,6 @@ i18nTemplate.process(document, templateData);
updateSimpleSection('apps', Section.APPS);
updateSimpleSection('most-visited', Section.THUMB);
updateSimpleSection('recently-closed', Section.RECENT);
- updateSimpleSection('debug', Section.DEBUG);
-
layoutSections();
</script>
</html>
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/ntp/apps.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698