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

Unified Diff: content/browser/intents/intent_injector.h

Issue 8508019: Add a method to the controller to close the picker/service tab when a return value is passed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: content/browser/intents/intent_injector.h
diff --git a/content/browser/intents/intent_injector.h b/content/browser/intents/intent_injector.h
index 4b9fabbf3315604402374b011a560dce70360245..5a025ab705308a064b611d0381755c1a7f413f1a 100644
--- a/content/browser/intents/intent_injector.h
+++ b/content/browser/intents/intent_injector.h
@@ -26,7 +26,8 @@ class Message;
// Injects an intent into the renderer of a TabContents. The intent dispatch
// logic will create one of these to take care of passing intent data down into
// the context of the service, which will be running in the TabContents on which
-// this class is an observer. Deletes itself when the tab is closed.
+// this class is an observer. Attaches to the service tab and deletes itself
+// when that TabContents is closed.
class CONTENT_EXPORT IntentInjector : public TabContentsObserver {
public:
// |tab_contents| must not be NULL.

Powered by Google App Engine
This is Rietveld 408576698