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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.html

Issue 1374563010: Settings Rewrite: Restore id of default id to 'main' from ''. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/settings/search_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index ee412ac9af8492f1883a03734f8603e86873761d..2616fabdcf2d035d161f2bf4d476c836813e3e45 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -13,7 +13,7 @@
<template>
<settings-animated-pages id="pages" current-route="{{currentRoute}}"
section="search">
- <neon-animatable id="">
+ <neon-animatable id="main">
<p i18n-content="searchExplanation"></p>
<div class="search-engines">

Powered by Google App Engine
This is Rietveld 408576698