summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 04:35:50 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-17 04:35:50 +0000
commitccc1179e33ec493230fd19fdbdba3c4084bc8b9a (patch)
tree9910b3a8758f7b8e551f20e34c67f277b301c21d
parent2ed803728a12272352e80d5027c4b75bec5a5e10 (diff)
downloadchromium_src-ccc1179e33ec493230fd19fdbdba3c4084bc8b9a.zip
chromium_src-ccc1179e33ec493230fd19fdbdba3c4084bc8b9a.tar.gz
chromium_src-ccc1179e33ec493230fd19fdbdba3c4084bc8b9a.tar.bz2
most visited: remove unused member var
BUG=none TEST=none Review URL: http://codereview.chromium.org/10106014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132532 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/ui/webui/ntp/most_visited_handler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/ntp/most_visited_handler.h b/chrome/browser/ui/webui/ntp/most_visited_handler.h
index e48ba4b..d1fde01 100644
--- a/chrome/browser/ui/webui/ntp/most_visited_handler.h
+++ b/chrome/browser/ui/webui/ntp/most_visited_handler.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -87,7 +87,6 @@ class MostVisitedHandler : public content::WebUIMessageHandler,
content::NotificationRegistrar registrar_;
// Our consumer for the history service.
- CancelableRequestConsumerTSimple<PageUsageData*> cancelable_consumer_;
CancelableRequestConsumer topsites_consumer_;
// The most visited URLs, in priority order.