summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant
diff options
context:
space:
mode:
authortwiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 19:08:45 +0000
committertwiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 19:08:45 +0000
commit5ce33e50949ca20c6196207e66125101a829237f (patch)
treeaadfa014a2a0f847662af488a65dcbba50ad10ae /chrome/browser/instant
parent19d7e56846082459aad5c54723882f4db3703281 (diff)
downloadchromium_src-5ce33e50949ca20c6196207e66125101a829237f.zip
chromium_src-5ce33e50949ca20c6196207e66125101a829237f.tar.gz
chromium_src-5ce33e50949ca20c6196207e66125101a829237f.tar.bz2
CL correcting Extensions regression introduced by CL 2941001.
ExtensionDOMUI::GetBrowser must return the browser in which the exension resides, not any browser matching the same profile. BUG=60795 TEST=ExtensionApiTest.*, Review URL: http://codereview.chromium.org/5057001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/instant')
-rw-r--r--chrome/browser/instant/instant_loader.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
index e0ce7ec..a74f26f 100644
--- a/chrome/browser/instant/instant_loader.cc
+++ b/chrome/browser/instant/instant_loader.cc
@@ -249,11 +249,6 @@ class InstantLoader::TabContentsDelegateImpl : public TabContentsDelegate {
virtual void SetFocusToLocationBar(bool select_all) {}
virtual bool ShouldFocusPageAfterCrash() { return false; }
virtual void RenderWidgetShowing() {}
- virtual ExtensionFunctionDispatcher* CreateExtensionFunctionDispatcher(
- RenderViewHost* render_view_host,
- const std::string& extension_id) {
- return NULL;
- }
virtual bool TakeFocus(bool reverse) { return false; }
virtual void LostCapture() {
CommitFromMouseReleaseIfNecessary();