summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 03:53:00 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 03:53:00 +0000
commit917defe16badc44a0d24348739a1657d6c13aca5 (patch)
tree4aecf9a612aff48274a8df392ff037015c0ff3e9 /chrome/browser/views
parentcf9a246cf386c7af0fb6524ac5d025c0d4e8563a (diff)
downloadchromium_src-917defe16badc44a0d24348739a1657d6c13aca5.zip
chromium_src-917defe16badc44a0d24348739a1657d6c13aca5.tar.gz
chromium_src-917defe16badc44a0d24348739a1657d6c13aca5.tar.bz2
Reverting 20714.
Rietveld showed all green try bots, but looks like one ui test is failing Review URL: http://codereview.chromium.org/149668 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views')
-rw-r--r--chrome/browser/views/location_bar_view.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/views/location_bar_view.cc b/chrome/browser/views/location_bar_view.cc
index d92b5b4..eb6d629 100644
--- a/chrome/browser/views/location_bar_view.cc
+++ b/chrome/browser/views/location_bar_view.cc
@@ -1277,8 +1277,7 @@ bool LocationBarView::PageActionImageView::OnMousePressed(
const views::MouseEvent& event) {
// Our PageAction icon was clicked on, notify proper authorities.
ExtensionBrowserEventRouter::GetInstance()->PageActionExecuted(
- profile_, page_action_->extension_id(), page_action_->id(),
- current_tab_id_, current_url_.spec());
+ profile_, page_action_->id(), current_tab_id_, current_url_.spec());
return true;
}