Skip to content

Commit

Permalink
Remove setup.css from content script.
Browse files Browse the repository at this point in the history
BUG=481533

Review URL: https://codereview.chromium.org/1108843003

Cr-Commit-Position: refs/heads/master@{#327086}
  • Loading branch information
wnwen authored and Commit bot committed Apr 27, 2015
1 parent babbbbb commit 035c54c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ui/accessibility/extensions/colorenhancer/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_COLOR_ENHANCER_APPNAME__",
"version": "1.12.2",
"version": "1.12.3",
"description": "__MSG_COLOR_ENHANCER_APPDESC__",
"manifest_version": 2,
"icons": {
Expand Down Expand Up @@ -35,8 +35,7 @@
"<all_urls>"
],
"css": [
"res/cvd.css",
"res/setup.css"
"res/cvd.css"
],
"js": [
"src/common.js",
Expand Down

0 comments on commit 035c54c

Please sign in to comment.