Commit 8f107c66 authored by pkasting@chromium.org's avatar pkasting@chromium.org

Remove dead variables.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/329030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30234 0039d316-1c4b-4281-b951-d872f2087c98
parent 300a83ad
...@@ -51,16 +51,6 @@ ...@@ -51,16 +51,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// AutocompleteEditModel // AutocompleteEditModel
// A single AutocompleteController used solely for making synchronous calls to
// determine how to deal with the clipboard contents for Paste And Go
// functionality. We avoid using the popup's controller here because we don't
// want to interrupt in-progress queries or modify the popup state just
// because the user right-clicked the edit. We don't need a controller for
// every edit because this will always be accessed on the main thread, so we
// won't have thread-safety problems.
static AutocompleteController* paste_and_go_controller = NULL;
static int paste_and_go_controller_refcount = 0;
namespace { namespace {
// EditDropTarget is the IDropTarget implementation installed on // EditDropTarget is the IDropTarget implementation installed on
......
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