Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5584)

Unified Diff: chrome/browser/ui/intents/web_intent_picker.h

Issue 9959130: [Web Intents] Display throbber when loading inline disposition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698