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

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

Issue 10204010: Handling default service in the web intents picker controller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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_model.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_model.h b/chrome/browser/ui/intents/web_intent_picker_model.h
index 57acb6d33b6a1bcf911a8b8cf2700e16cf5a0a3d..fda5ef3ee634a5f6e08ee598613ef8862429b4ed 100644
--- a/chrome/browser/ui/intents/web_intent_picker_model.h
+++ b/chrome/browser/ui/intents/web_intent_picker_model.h
@@ -22,6 +22,7 @@ class Image;
class WebIntentPickerModel {
public:
// The intent service disposition.
+ // TODO(gbillock): use the webkit_glue::WebIntentServiceData::Disposition
enum Disposition {
DISPOSITION_WINDOW, // Display the intent service in a new window.
DISPOSITION_INLINE, // Display the intent service in the picker.

Powered by Google App Engine
This is Rietveld 408576698