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

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

Issue 9838003: Revert 128189 - [Web Intents] Inline installation of extensions in web intents picker. (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
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker_model.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/intents/web_intent_picker_model.cc
===================================================================
--- chrome/browser/ui/intents/web_intent_picker_model.cc (revision 128190)
+++ chrome/browser/ui/intents/web_intent_picker_model.cc (working copy)
@@ -39,8 +39,6 @@
void WebIntentPickerModel::Clear() {
DestroyAll();
- action_.clear();
- mimetype_.clear();
inline_disposition_url_ = GURL::EmptyGURL();
if (observer_)
observer_->OnModelChanged(this);
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker_model.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698