summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 19:22:38 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 19:22:38 +0000
commit8f107c66d83a09759e33e77fc75162de1437f442 (patch)
tree7f0345e4005a0b9e207fe7226b46cea329011909 /chrome/browser
parent300a83ade07eff3a8fc034f5fca4bce5a916e4af (diff)
downloadchromium_src-8f107c66d83a09759e33e77fc75162de1437f442.zip
chromium_src-8f107c66d83a09759e33e77fc75162de1437f442.tar.gz
chromium_src-8f107c66d83a09759e33e77fc75162de1437f442.tar.bz2
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
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/autocomplete/autocomplete_edit_view_win.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_win.cc b/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
index 864645e..32fb209 100644
--- a/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
+++ b/chrome/browser/autocomplete/autocomplete_edit_view_win.cc
@@ -51,16 +51,6 @@
///////////////////////////////////////////////////////////////////////////////
// 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 {
// EditDropTarget is the IDropTarget implementation installed on