summaryrefslogtreecommitdiffstats
path: root/components/html_viewer
diff options
context:
space:
mode:
authortkent <tkent@chromium.org>2015-11-27 00:20:49 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-27 08:21:55 +0000
commit66cbe0d5922d8b12f02e0fd0646bdb9a5e22eabf (patch)
tree4e461cad4dd4ca2e315dfd1067ca5d2c42317387 /components/html_viewer
parentc7deeacb4c4c5d8f8ade9d7c8ef9c459a8778166 (diff)
downloadchromium_src-66cbe0d5922d8b12f02e0fd0646bdb9a5e22eabf.zip
chromium_src-66cbe0d5922d8b12f02e0fd0646bdb9a5e22eabf.tar.gz
chromium_src-66cbe0d5922d8b12f02e0fd0646bdb9a5e22eabf.tar.bz2
Remove themeChromium.css.
All platforms uses it. This CL merges it to html.css. The comment in themeChromium.css was obsoleted. We don't have disabledTextColor. Review URL: https://codereview.chromium.org/1480983002 Cr-Commit-Position: refs/heads/master@{#361961}
Diffstat (limited to 'components/html_viewer')
-rw-r--r--components/html_viewer/blink_resource_constants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/html_viewer/blink_resource_constants.h b/components/html_viewer/blink_resource_constants.h
index 75808d8..b0a0ff0 100644
--- a/components/html_viewer/blink_resource_constants.h
+++ b/components/html_viewer/blink_resource_constants.h
@@ -67,7 +67,6 @@ const DataResource kDataResources[] = {
{"html.css", IDR_UASTYLE_HTML_CSS},
{"quirks.css", IDR_UASTYLE_QUIRKS_CSS},
{"view-source.css", IDR_UASTYLE_VIEW_SOURCE_CSS},
- {"themeChromium.css", IDR_UASTYLE_THEME_CHROMIUM_CSS},
#if defined(OS_ANDROID)
{"themeChromiumAndroid.css", IDR_UASTYLE_THEME_CHROMIUM_ANDROID_CSS},
{"mediaControlsAndroid.css", IDR_UASTYLE_MEDIA_CONTROLS_ANDROID_CSS},