| Index: chrome/browser/safe_browsing/safe_browsing_tab_observer.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_tab_observer.cc b/chrome/browser/safe_browsing/safe_browsing_tab_observer.cc
|
| index 024c2b6b050c1834efe5d1c5023709db5abbac92..aa971886d30a6222119638cdb5cc8417e649061f 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_tab_observer.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_tab_observer.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -91,8 +91,8 @@ void SafeBrowsingTabObserver::UpdateSafebrowsingDetectionHost() {
|
| }
|
|
|
| RenderViewHost* rvh = wrapper_->web_contents()->GetRenderViewHost();
|
| - rvh->Send(new ChromeViewMsg_SetClientSidePhishingDetection(rvh->routing_id(),
|
| - safe_browsing));
|
| + rvh->Send(new ChromeViewMsg_SetClientSidePhishingDetection(
|
| + rvh->GetRoutingID(), safe_browsing));
|
| #endif
|
| }
|
|
|
|
|