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

Unified Diff: chrome/common/extensions/docs/examples/api/fontSettings/css/chrome_shared.css

Issue 10907052: Font Settings API: Use Chrome settings CSS in sample extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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] {
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698