| Index: chrome/browser/ui/intents/web_intent_picker.h
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker.h b/chrome/browser/ui/intents/web_intent_picker.h
|
| index 646edf0a916791864dcf1d7a5f902d20686dd2c4..5da743bc92ed5a3e0819c2c93e385d8634d0a35a 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker.h
|
| +++ b/chrome/browser/ui/intents/web_intent_picker.h
|
| @@ -42,6 +42,10 @@ class WebIntentPicker {
|
| // activities.
|
| virtual void OnPendingAsyncCompleted() {}
|
|
|
| + // Called when the inline disposition's web contents have been loaded.
|
| + virtual void OnInlineDispositionWebContentsLoaded(
|
| + content::WebContents* web_contents) {}
|
| +
|
| // Get the default size of the inline disposition tab container.
|
| static gfx::Size GetDefaultInlineDispositionSize(
|
| content::WebContents* web_contents);
|
|
|