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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_animated_pages.html

Issue 1372713002: Settings Rewrite: Fix subpage animations for direct URLs to subpages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/settings_page/settings_animated_pages.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
index 3915e8e6289a90bb4e73283f79c8623529ace7e3..db3e4e830b0b307277e747f8665fad93b10bc884 100644
--- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
+++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
@@ -13,8 +13,7 @@
<dom-module id="cr-settings-animated-pages">
<link rel="import" type="css" href="settings_animated_pages.css">
<template>
- <neon-animated-pages id="animatedPages" attr-for-selected="id"
- selected="main">
+ <neon-animated-pages id="animatedPages" attr-for-selected="id">
<content select="*"></content>
</neon-animated-pages>
</template>

Powered by Google App Engine
This is Rietveld 408576698