Commit ccc1179e authored by estade@chromium.org's avatar estade@chromium.org

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
parent 2ed80372
// 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 // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
...@@ -87,7 +87,6 @@ class MostVisitedHandler : public content::WebUIMessageHandler, ...@@ -87,7 +87,6 @@ class MostVisitedHandler : public content::WebUIMessageHandler,
content::NotificationRegistrar registrar_; content::NotificationRegistrar registrar_;
// Our consumer for the history service. // Our consumer for the history service.
CancelableRequestConsumerTSimple<PageUsageData*> cancelable_consumer_;
CancelableRequestConsumer topsites_consumer_; CancelableRequestConsumer topsites_consumer_;
// The most visited URLs, in priority order. // The most visited URLs, in priority order.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment