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

Unified Diff: chrome/browser/resources/options/content_settings.html

Issue 2963006: Remove the cookie prompt from the settings UI and migrate prefs from ask to block. (Closed)
Patch Set: updates Created 10 years, 5 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/options/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index b8c6d73f72332bc5744a2c7bc34b2ca5bae88c3d..2e667cbbfb1691f7193c2d3f49cfdcdf59f31a16 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -36,12 +36,6 @@
</tr>
<tr>
<td class="option-name"><label>
- <input type="radio" name="cookies" value="ask">
- <span i18n-content="cookies_ask"></span>
- </label></td>
- </tr>
- <tr>
- <td class="option-name"><label>
<input type="radio" name="cookies" value="block">
<span i18n-content="cookies_block"></span>
</label></td>
« no previous file with comments | « chrome/browser/host_content_settings_map.cc ('k') | chrome/browser/views/options/content_filter_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698