| Index: chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css
|
| diff --git a/chrome/browser/resources/shared/css/chrome_shared.css b/chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css
|
| similarity index 88%
|
| copy from chrome/browser/resources/shared/css/chrome_shared.css
|
| copy to chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css
|
| index 134e3dcb0d96052f14a4c8939594cef4a63c911e..48a6c26e671b2163a4cda232ae6b77f245cf6692 100644
|
| --- a/chrome/browser/resources/shared/css/chrome_shared.css
|
| +++ b/chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css
|
| @@ -2,13 +2,7 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -/* This file holds CSS that should be shared, in theory, by all user-visible
|
| - * chrome:// pages. */
|
| -
|
| -@import url("chrome://resources/css/widgets.css");
|
| -<if expr="pp_ifdef('chromeos')">
|
| - @import url("chrome://resources/css/chromeos/ui_account_tweaks.css");
|
| -</if>
|
| +/* Copy of /resources/shared/css/chrome_shared.css for sample extension. */
|
|
|
| /* Prevent CSS from overriding the hidden property. */
|
| [hidden] {
|
|
|