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

Unified Diff: chrome/browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc

Issue 10868003: chromeos: Fix pixelated icons in app list and launcher (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win compile Created 8 years, 3 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
Index: chrome/browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc b/chrome/browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc
index b86860cd684e8b5e9104080a28a66ea391ae6094..ed278ad53e78c3722f45303eb71c9da5d8fbca64 100644
--- a/chrome/browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc
@@ -6,6 +6,7 @@
#include <map>
#include <string>
+#include <vector>
#include "ash/launcher/launcher_model.h"
#include "base/memory/scoped_ptr.h"
@@ -95,6 +96,8 @@ class AppIconLoaderImpl : public ChromeLauncherController::AppIconLoader {
virtual void FetchImage(const std::string& id) OVERRIDE {
fetch_count_++;
}
+ virtual void ClearImage(const std::string& id) OVERRIDE {
+ }
private:
int fetch_count_;
@@ -104,8 +107,8 @@ class AppIconLoaderImpl : public ChromeLauncherController::AppIconLoader {
} // namespace
-class BrowserLauncherItemControllerTest :
- public ChromeRenderViewHostTestHarness {
+class BrowserLauncherItemControllerTest
+ : public ChromeRenderViewHostTestHarness {
public:
BrowserLauncherItemControllerTest()
: browser_thread_(content::BrowserThread::UI, &message_loop_) {
« no previous file with comments | « chrome/browser/ui/app_list/extension_app_item.cc ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698