Index: chrome/browser/ui/views/frame/browser_root_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_root_view.cc b/chrome/browser/ui/views/frame/browser_root_view.cc |
index 06394e241c9d30c116b5fb708344b36295edd51b..6a7ddf34eba790214dc85e9dcd78f4141ea32a56 100644 |
--- a/chrome/browser/ui/views/frame/browser_root_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_root_view.cc |
@@ -151,7 +151,7 @@ bool BrowserRootView::GetPasteAndGoURL(const ui::OSExchangeData& data, |
AutocompleteMatch match; |
browser_view_->browser()->profile()->GetAutocompleteClassifier()->Classify( |
- text, string16(), false, &match, NULL); |
+ text, string16(), false, false, &match, NULL); |
if (!match.destination_url.is_valid()) |
return false; |