diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 19:45:31 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 19:45:31 +0000 |
commit | 55449e1b8435e5294fb6099f6da519fdeb832f5c (patch) | |
tree | dc35a67c5db1cd294c3af3931215f67d17725f06 | |
parent | 38b8f4e7fdbf9e4ce2b97f045f4be1cceba3372d (diff) | |
download | chromium_src-55449e1b8435e5294fb6099f6da519fdeb832f5c.zip chromium_src-55449e1b8435e5294fb6099f6da519fdeb832f5c.tar.gz chromium_src-55449e1b8435e5294fb6099f6da519fdeb832f5c.tar.bz2 |
Remove unused tab_contents variable.
CID=6204
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/227013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27106 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/automation/automation_provider.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc index cfd6eac..65dae1d 100644 --- a/chrome/browser/automation/automation_provider.cc +++ b/chrome/browser/automation/automation_provider.cc @@ -1850,7 +1850,6 @@ void AutomationProvider::OverrideEncoding(int tab_handle, DCHECK(browser); if (browser->command_updater()->IsCommandEnabled(IDC_ENCODING_MENU)) { - TabContents* tab_contents = nav->tab_contents(); int selected_encoding_id = CharacterEncoding::GetCommandIdByCanonicalEncodingName(encoding_name); if (selected_encoding_id) { |