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

Unified Diff: webkit/glue/webkitclient_impl.cc

Issue 6287007: Clean up webkit resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « webkit/glue/webkit_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitclient_impl.cc
diff --git a/webkit/glue/webkitclient_impl.cc b/webkit/glue/webkitclient_impl.cc
index b4da504c78174bdb28cd3908664408d68d6261d0..e544ef7676b97a9d80f7c944f6bfc52677979ae1 100644
--- a/webkit/glue/webkitclient_impl.cc
+++ b/webkit/glue/webkitclient_impl.cc
@@ -323,24 +323,6 @@ WebData WebKitClientImpl::loadResource(const char* name) {
{ "masterCardCC", IDR_AUTOFILL_CC_MASTERCARD },
{ "soloCC", IDR_AUTOFILL_CC_SOLO },
{ "visaCC", IDR_AUTOFILL_CC_VISA },
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
- // TODO(port): rename these to "skia" instead of "Linux".
- { "linuxCheckboxDisabledIndeterminate",
- IDR_LINUX_CHECKBOX_DISABLED_INDETERMINATE },
- { "linuxCheckboxDisabledOff", IDR_LINUX_CHECKBOX_DISABLED_OFF },
- { "linuxCheckboxDisabledOn", IDR_LINUX_CHECKBOX_DISABLED_ON },
- { "linuxCheckboxIndeterminate", IDR_LINUX_CHECKBOX_INDETERMINATE },
- { "linuxCheckboxOff", IDR_LINUX_CHECKBOX_OFF },
- { "linuxCheckboxOn", IDR_LINUX_CHECKBOX_ON },
- { "linuxRadioDisabledOff", IDR_LINUX_RADIO_DISABLED_OFF },
- { "linuxRadioDisabledOn", IDR_LINUX_RADIO_DISABLED_ON },
- { "linuxRadioOff", IDR_LINUX_RADIO_OFF },
- { "linuxRadioOn", IDR_LINUX_RADIO_ON },
- { "linuxProgressBar", IDR_PROGRESS_BAR },
- { "linuxProgressBorderLeft", IDR_PROGRESS_BORDER_LEFT },
- { "linuxProgressBorderRight", IDR_PROGRESS_BORDER_RIGHT },
- { "linuxProgressValue", IDR_PROGRESS_VALUE },
-#endif
};
for (size_t i = 0; i < ARRAYSIZE_UNSAFE(resources); ++i) {
if (!strcmp(name, resources[i].name)) {
« no previous file with comments | « webkit/glue/webkit_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698