| Index: chrome/browser/resources/options/options.html
|
| ===================================================================
|
| --- chrome/browser/resources/options/options.html (revision 119305)
|
| +++ chrome/browser/resources/options/options.html (working copy)
|
| @@ -30,7 +30,7 @@
|
| <link rel="stylesheet" href="handler_options.css">
|
| </if>
|
| <link rel="stylesheet" href="import_data_overlay.css">
|
| -<if expr="pp_ifdef('enable_web_intents_tag')">
|
| +<if expr="pp_ifdef('enable_web_intents')">
|
| <link rel="stylesheet" href="intents_view.css">
|
| </if>
|
| <link rel="stylesheet" href="language_options.css">
|
| @@ -175,7 +175,7 @@
|
| <if expr="pp_ifdef('enable_register_protocol_handler')">
|
| <include src="handler_options.html">
|
| </if>
|
| - <if expr="pp_ifdef('enable_web_intents_tag')">
|
| + <if expr="pp_ifdef('enable_web_intents')">
|
| <include src="intents_view.html">
|
| </if>
|
| <include src="content_settings_exceptions_area.html">
|
|
|