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

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

Issue 1750873002: [MD settings] change ClearBrowsingData from a sub-page to a dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed to settings-dialog Created 4 years, 9 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/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index 2894d39a64709b723b44d4606791f8e7c16cbe0e..0096961578b1dbb7e3d30be167e910009543b383 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -19,6 +19,8 @@
<settings-animated-pages id="pages" current-route="{{currentRoute}}"
section="privacy">
<neon-animatable id="main">
+ <settings-clear-browsing-data-page prefs="{{prefs}}">
dpapad 2016/03/09 20:13:24 From a performance standpoint this dialog is alway
dschuyler 2016/03/09 22:15:16 Let's do the separate CL.
+ </settings-clear-browsing-data-page>
<div class="settings-box block first">
<p class="privacy-explanation"
i18n-values=".innerHTML:improveBrowsingExperience">
@@ -211,12 +213,6 @@
category-selected="{{categorySelected}}">
</site-details>
</neon-animatable>
- <neon-animatable id="clear-browsing-data">
- <settings-subheader i18n-values="page-title:clearBrowsingData">
- </settings-subheader>
- <settings-clear-browsing-data-page prefs="{{prefs}}">
- </settings-clear-browsing-data-page>
- </neon-animatable>
</settings-animated-pages>
</template>
<script src="privacy_page.js"></script>

Powered by Google App Engine
This is Rietveld 408576698