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

Side by Side Diff: chrome/browser/resources/options2/content_settings.html

Issue 9113095: Revert 119284 - Turn web intents build flag on. Move the command-line flag to default on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="content-settings-page" class="page" hidden> 1 <div id="content-settings-page" class="page" hidden>
2 <header><h1 i18n-content="contentSettingsPage"></h1></header> 2 <header><h1 i18n-content="contentSettingsPage"></h1></header>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <!-- Cookie filter tab contents --> 4 <!-- Cookie filter tab contents -->
5 <section> 5 <section>
6 <h3 i18n-content="cookies_tab_label"></h3> 6 <h3 i18n-content="cookies_tab_label"></h3>
7 <div> 7 <div>
8 <div class="radio"> 8 <div class="radio">
9 <label> 9 <label>
10 <input type="radio" name="cookies" value="allow"> 10 <input type="radio" name="cookies" value="allow">
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 <label> 239 <label>
240 <input type="radio" name="mouselock" value="block"> 240 <input type="radio" name="mouselock" value="block">
241 <span i18n-content="mouselock_block"></span> 241 <span i18n-content="mouselock_block"></span>
242 </label> 242 </label>
243 </div> 243 </div>
244 <button class="exceptions-list-button" contentType="mouselock" 244 <button class="exceptions-list-button" contentType="mouselock"
245 i18n-content="manage_exceptions"></button> 245 i18n-content="manage_exceptions"></button>
246 </div> 246 </div>
247 </section> 247 </section>
248 <!-- Intent registration filter tab contents --> 248 <!-- Intent registration filter tab contents -->
249 <if expr="pp_ifdef('enable_web_intents_tag')"> 249 <if expr="pp_ifdef('enable_web_intents')">
250 <section id="intents-section"> 250 <section id="intents-section">
251 <h3 i18n-content="intentsTabLabel" class="content-settings-header"></h3> 251 <h3 i18n-content="intentsTabLabel" class="content-settings-header"></h3>
252 <div> 252 <div>
253 <div class="radio"> 253 <div class="radio">
254 <label> 254 <label>
255 <input type="radio" name="intents" value="allow"> 255 <input type="radio" name="intents" value="allow">
256 <span i18n-content="intentsAllow"></span> 256 <span i18n-content="intentsAllow"></span>
257 </label> 257 </label>
258 </div> 258 </div>
259 <div class="radio"> 259 <div class="radio">
(...skipping 10 matching lines...) Expand all
270 </div> 270 </div>
271 <button class="exceptions-list-button" contentType="intents" 271 <button class="exceptions-list-button" contentType="intents"
272 i18n-content="manage_exceptions"></button> 272 i18n-content="manage_exceptions"></button>
273 <button id="manage-intents-button" contentType="intents" 273 <button id="manage-intents-button" contentType="intents"
274 i18n-content="manageIntents"></button> 274 i18n-content="manageIntents"></button>
275 </div> 275 </div>
276 </section> 276 </section>
277 </if> 277 </if>
278 </div> 278 </div>
279 </div> 279 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options_bundle.js ('k') | chrome/browser/resources/options2/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698