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

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

Issue 11192014: Revert 162252 - Make Web Intents picker in Views conform to latest mocks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
===================================================================
--- chrome/browser/ui/intents/web_intent_picker_model.h (revision 162255)
+++ chrome/browser/ui/intents/web_intent_picker_model.h (working copy)
@@ -113,9 +113,6 @@
void AddSuggestedExtensions(
const std::vector<SuggestedExtension>& suggestions);
- // Remove the suggested extension with this id.
- void RemoveSuggestedExtension(const std::string& id);
-
// Return the suggested extension at |index|.
const SuggestedExtension& GetSuggestedExtensionAt(size_t index) const;
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker_controller.cc ('k') | chrome/browser/ui/intents/web_intent_picker_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698