Index: chrome/browser/ui/search/instant_extended_interactive_uitest.cc |
diff --git a/chrome/browser/ui/search/instant_extended_interactive_uitest.cc b/chrome/browser/ui/search/instant_extended_interactive_uitest.cc |
index d1493f0767ecdf26fff66bf787110ddfea33c90b..2f09cb37efacf5dcf1e33db7530e119b3dcd004f 100644 |
--- a/chrome/browser/ui/search/instant_extended_interactive_uitest.cc |
+++ b/chrome/browser/ui/search/instant_extended_interactive_uitest.cc |
@@ -88,15 +88,6 @@ using testing::HasSubstr; |
namespace { |
-// Creates a bitmap of the specified color. Caller takes ownership. |
-gfx::Image CreateBitmap(SkColor color) { |
- SkBitmap thumbnail; |
- thumbnail.setConfig(SkBitmap::kARGB_8888_Config, 4, 4); |
- thumbnail.allocPixels(); |
- thumbnail.eraseColor(color); |
- return gfx::Image::CreateFrom1xBitmap(thumbnail); // adds ref. |
-} |
- |
// Task used to make sure history has finished processing a request. Intended |
// for use with BlockUntilHistoryProcessesPendingRequests. |
class QuittingHistoryDBTask : public history::HistoryDBTask { |