Index: chrome/browser/ui/intents/web_intent_picker_controller.cc |
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.cc b/chrome/browser/ui/intents/web_intent_picker_controller.cc |
index 64463a8a23073a8232211952567fe8ac2810c387..edc76a02a3a03a582d9a269509925f6087aac0ac 100644 |
--- a/chrome/browser/ui/intents/web_intent_picker_controller.cc |
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.cc |
@@ -247,7 +247,7 @@ void WebIntentPickerController::ShowDialog(const string16& action, |
action, type, |
base::Bind(&WebIntentPickerController::OnCWSIntentServicesAvailable, |
weak_ptr_factory_.GetWeakPtr())); |
- } |
+} |
void WebIntentPickerController::Observe( |
int type, |
@@ -681,6 +681,10 @@ void WebIntentPickerController::OnExtensionIconUnavailable( |
AsyncOperationFinished(); |
} |
+bool WebIntentPickerController::ShowLocationBarPickerTool() { |
+ return true; |
+} |
+ |
void WebIntentPickerController::OnExtensionInstallServiceAvailable( |
const std::vector<webkit_glue::WebIntentServiceData>& services) { |
DCHECK(services.size() > 0); |