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

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

Issue 2795603002: Add an update warning for downloading over mobile data (Closed)
Patch Set: Ignore this as I uploaded a new CL Created 3 years, 7 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/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index d24e89c279b7d187bbe4dc5abe5b046e7ae34703..706ac070abc804d6375e953f3dc55ff8b1eb0e47 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -1,5 +1,6 @@
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="about_page_browser_proxy.html">
+<link rel="import" href="update_warning_dialog.html">
<link rel="import" href="../i18n_setup.html">
<link rel="import" href="../icons.html">
<link rel="import" href="../lifetime_browser_proxy.html">
@@ -222,6 +223,9 @@
</settings-animated-pages>
</settings-section>
</div>
+ <template is="dom-if" if="[[showUpdateWarningDialog_]]" restamp>
+ <settings-update-warning-dialog></settings-update-warning-dialog>
+ </template>
</template>
<script src="about_page.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698