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

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

Issue 2873193002: Make update over cellular an option for user (Closed)
Patch Set: Put code in CHROME_OS wrapper to fix trybot error 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 06d1ec1d5acdc69f6d7d432b7ffc2a80eccdafe4..6d9ee1806ac27bdd625dd3c322e3f6a39d9f6be6 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -19,6 +19,7 @@
<if expr="chromeos">
<link rel="import" href="detailed_build_info.html">
+<link rel="import" href="update_warning_dialog.html">
<link rel="import" href="../settings_page/settings_subpage.html">
</if>
@@ -222,6 +223,13 @@
</settings-animated-pages>
</settings-section>
</div>
+<if expr="chromeos">
+ <template is="dom-if" if="[[showUpdateWarningDialog_]]" restamp>
+ <settings-update-warning-dialog update-info="[[updateInfo_]]"
+ on-close="onUpdateWarningDialogClose_">
+ </settings-update-warning-dialog>
+ </template>
+</if>
</template>
<script src="about_page.js"></script>
</dom-module>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698