From 75cbdc7da7309a46d017a8885f31ad0f88b4665a Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Wed, 20 Jun 2012 15:35:21 +0000 Subject: Revert 143171 - Merge 143074 - Make avatar images HiDPI. BUG=133542 TEST=as in bug Review URL: https://chromiumcodereview.appspot.com/10584022 TBR=avi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10574042 TBR=avi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10573030 git-svn-id: svn://svn.chromium.org/chrome/branches/1180/src@143177 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/theme/theme_resources.grd | 56 ++++++++++++++++++++++ chrome/app/theme/theme_resources_standard.grd | 56 ---------------------- chrome/browser/profiles/profile_info_cache.cc | 2 +- .../browser/profiles/profile_info_util_unittest.cc | 4 +- 4 files changed, 59 insertions(+), 59 deletions(-) diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 6768885..db92fe9 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -216,6 +216,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd index c929cb7..bfb51222 100644 --- a/chrome/app/theme/theme_resources_standard.grd +++ b/chrome/app/theme/theme_resources_standard.grd @@ -190,62 +190,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/chrome/browser/profiles/profile_info_cache.cc b/chrome/browser/profiles/profile_info_cache.cc index 1885d4e..347254d 100644 --- a/chrome/browser/profiles/profile_info_cache.cc +++ b/chrome/browser/profiles/profile_info_cache.cc @@ -25,7 +25,7 @@ #include "content/public/browser/browser_thread.h" #include "content/public/browser/notification_service.h" #include "grit/generated_resources.h" -#include "grit/theme_resources_standard.h" +#include "grit/theme_resources.h" #include "third_party/skia/include/core/SkBitmap.h" #include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" diff --git a/chrome/browser/profiles/profile_info_util_unittest.cc b/chrome/browser/profiles/profile_info_util_unittest.cc index 3d959df..0f291ac 100644 --- a/chrome/browser/profiles/profile_info_util_unittest.cc +++ b/chrome/browser/profiles/profile_info_util_unittest.cc @@ -1,11 +1,11 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/profiles/profile_info_util.h" #include "grit/generated_resources.h" -#include "grit/theme_resources_standard.h" +#include "grit/theme_resources.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/resource/resource_bundle.h" #include "ui/gfx/image/image_unittest_util.h" -- cgit v1.1