Index: chrome/browser/ui/intents/web_intent_picker_controller.h |
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h |
index 487f76cd7bb143213ce430191027e312bb80ebf2..7b516a677cdc6c6bfa63d67b4e90b8251b77401a 100644 |
--- a/chrome/browser/ui/intents/web_intent_picker_controller.h |
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.h |
@@ -57,6 +57,11 @@ class WebIntentPickerController |
void ShowDialog(const string16& action, |
const string16& type); |
+ // Called by the location bar to see whether the web intents picker affordance |
+ // should be shown. TODO(gbillock): refactor this into a |
+ // LocationBarPageToolModel. |
+ bool ShowLocationBarPickerTool(); |
Bernhard Bauer
2012/07/24 20:37:03
Name this "ShouldShow..."? If you're starting with
|
+ |
protected: |
// content::NotificationObserver implementation. |
virtual void Observe(int type, |