| Index: chrome/browser/resources/options2/options.html
|
| diff --git a/chrome/browser/resources/options2/options.html b/chrome/browser/resources/options2/options.html
|
| index 6cfc3ab3d5b09ce093488b5cbad4297744f38637..4339a97f47e0cea3921442062f9be92a144c9b58 100644
|
| --- a/chrome/browser/resources/options2/options.html
|
| +++ b/chrome/browser/resources/options2/options.html
|
| @@ -15,6 +15,7 @@
|
| <link rel="stylesheet" href="alert_overlay.css">
|
| <link rel="stylesheet" href="autofill_edit_overlay.css">
|
| <link rel="stylesheet" href="autofill_options.css">
|
| +<link rel="stylesheet" href="app_cookies_view.css">
|
| <link rel="stylesheet" href="browser_options.css">
|
| <link rel="stylesheet" href="clear_browser_data_overlay.css">
|
| <link rel="stylesheet" href="content_settings.css">
|
| @@ -113,6 +114,7 @@
|
| <include src="alert_overlay.html">
|
| <include src="autofill_edit_address_overlay.html">
|
| <include src="autofill_edit_creditcard_overlay.html">
|
| + <include src="app_cookies_view.html">
|
| <include src="content_settings_exceptions_area.html">
|
| <include src="cookies_view.html">
|
| <include src="handler_options.html">
|
|
|