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

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

Issue 1700273003: MD Settings: make <paper-drawer-panel> flip in RTL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 10 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.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index 1c0a55cc2fc018f12cdff1eed1f8f4205e2de13a..5741b2d1ed9a8eca787d7b82380ba991d8c73064 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -7,6 +7,7 @@
<link rel="import" href="chrome://resources/html/polymer_config.html">
<link rel="import" href="chrome://md-settings/i18n_setup.html">
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
+ <link rel="import" href="chrome://md-settings/direction_delegate.html">
<link rel="import" href="chrome://md-settings/settings_ui/settings_ui.html">
<link rel="import" href="chrome://md-settings/prefs/prefs.html">
</head>
@@ -15,12 +16,12 @@
<dom-module id="cr-settings">
<template>
<settings-prefs id="prefs" prefs="{{prefs_}}"></settings-prefs>
- <settings-ui prefs="{{prefs_}}"></settings-ui>
+ <settings-ui id="ui" prefs="{{prefs_}}"></settings-ui>
</template>
<script src="settings.js"></script>
</dom-module>
<cr-settings></cr-settings>
- <script src="chrome://resources/js/i18n_template.js"></script>
+ <link rel="import" href="chrome://resources/html/i18n_template.html">
</body>
</html>
« no previous file with comments | « chrome/browser/resources/settings/direction_delegate.js ('k') | chrome/browser/resources/settings/settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698