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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_delegate.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: Change delegate comment to notification sense of OnClosing. 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: chrome/browser/ui/intents/web_intent_picker_delegate.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_delegate.h b/chrome/browser/ui/intents/web_intent_picker_delegate.h
index 898a3440dc61fff4691af19274311834656209c1..9f2c876db37bdfa4de18cb4d81a295cea2704e08 100644
--- a/chrome/browser/ui/intents/web_intent_picker_delegate.h
+++ b/chrome/browser/ui/intents/web_intent_picker_delegate.h
@@ -20,8 +20,7 @@ class WebIntentPickerDelegate {
// it manually or otherwise purposefully.
virtual void OnCancelled() = 0;
- // Callback called when the dialog wants to stop showing (can happen by
- // cancellation or by the user choosing a service).
+ // Callback called when the dialog stops showing.
virtual void OnClosing() = 0;
};
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker_controller_unittest.cc ('k') | content/browser/intents/intent_injector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698