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

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

Issue 2221073004: Replace deprecated iron-flex-layout/classes with iron-flex-layout-class in MD Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo ^ Created 4 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
Index: chrome/browser/resources/settings/downloads_page/downloads_page.html
diff --git a/chrome/browser/resources/settings/downloads_page/downloads_page.html b/chrome/browser/resources/settings/downloads_page/downloads_page.html
index b7d2b9ea05891e96c43d8edc1ab0e10b34b535d8..e176c704491741fb745ba177602eb40de0b57bf1 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.html
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.html
@@ -1,5 +1,4 @@
<link rel="import" href="chrome://resources/html/polymer.html">
-<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
<link rel="import" href="/controls/controlled_button.html">
<link rel="import" href="/controls/settings_checkbox.html">
<link rel="import" href="/controls/settings_input.html">
@@ -32,17 +31,19 @@
</controlled-button>
</div>
</div>
- <div class="settings-box block">
+ <div class="settings-box">
<settings-checkbox pref="{{prefs.download.prompt_for_download}}"
label="$i18n{promptForDownload}">
</settings-checkbox>
+ </div>
<if expr="chromeos">
+ <div class="settings-box continuation">
<settings-checkbox pref="{{prefs.gdata.disabled}}"
label="$i18n{disconnectGoogleDriveAccount}"
hidden="[[!pageVisibility.googleDrive]]">
</settings-checkbox>
-</if>
</div>
+</if>
</template>
<script src="downloads_page.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698