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

Unified Diff: chrome/browser/ui/views/theme_image_mapper.cc

Issue 1562803002: Revert of Use default theme resource for aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/theme_image_mapper.cc
diff --git a/chrome/browser/ui/views/theme_image_mapper.cc b/chrome/browser/ui/views/theme_image_mapper.cc
index 4185c9006e3e7d94c51f98678068523e945b36f3..832d6a1066c9062a72a3816849490f60f54d8ec7 100644
--- a/chrome/browser/ui/views/theme_image_mapper.cc
+++ b/chrome/browser/ui/views/theme_image_mapper.cc
@@ -12,7 +12,7 @@ namespace chrome {
// On platforms where there is both Ash and a desktop browser, provide DESKTOP
// resources for the latter.
int MapThemeImage(HostDesktopType desktop_type, int resource) {
-#if !defined(OS_CHROMEOS) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
+#if !defined(OS_CHROMEOS) && !defined(OS_MACOSX)
if (desktop_type != HOST_DESKTOP_TYPE_NATIVE)
return resource;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698