Index: chrome/browser/ui/intents/web_intent_picker_model.h |
=================================================================== |
--- chrome/browser/ui/intents/web_intent_picker_model.h (revision 128190) |
+++ chrome/browser/ui/intents/web_intent_picker_model.h (working copy) |
@@ -74,14 +74,6 @@ |
observer_ = observer; |
} |
- void set_action(const string16& action) { action_ = action; } |
- |
- const string16& action() { return action_; } |
- |
- void set_mimetype(const string16& mimetype) { mimetype_ = mimetype; } |
- |
- const string16& mimetype() { return mimetype_; } |
- |
// Add a new installed service with |title|, |url| and |disposition| to the |
// picker. |
void AddInstalledService(const string16& title, |
@@ -154,12 +146,6 @@ |
// GURL::EmptyGURL() if none. |
GURL inline_disposition_url_; |
- // A cached copy of the action that instantiated the picker. |
- string16 action_; |
- |
- // A cached copy of the mimetype that instantiated the picker. |
- string16 mimetype_; |
- |
DISALLOW_COPY_AND_ASSIGN(WebIntentPickerModel); |
}; |