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

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

Issue 9430027: Add default query method to WebIntentsRegistry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix forward decl Created 8 years, 10 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_intents_model.h ('k') | chrome/browser/webdata/web_data_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/intents/web_intents_model.cc
diff --git a/chrome/browser/ui/intents/web_intents_model.cc b/chrome/browser/ui/intents/web_intents_model.cc
index 66f97f6bc1719c33bc440efee45d6b0621f8c98c..1dcae5419872e816aa979776d98b2d06be33226b 100644
--- a/chrome/browser/ui/intents/web_intents_model.cc
+++ b/chrome/browser/ui/intents/web_intents_model.cc
@@ -7,6 +7,7 @@
#include "base/string_util.h"
#include "base/stringprintf.h"
#include "base/utf_string_conversions.h"
+#include "chrome/browser/intents/default_web_intent_service.h"
#include "chrome/browser/intents/web_intents_registry.h"
WebIntentsTreeNode::WebIntentsTreeNode()
@@ -154,6 +155,11 @@ void WebIntentsModel::OnIntentsQueryDone(
NotifyObserverEndBatch();
}
+void WebIntentsModel::OnIntentsDefaultsQueryDone(
+ WebIntentsRegistry::QueryID query_id,
+ const DefaultWebIntentService& default_service) {
+}
+
void WebIntentsModel::NotifyObserverBeginBatch() {
// Only notify the model once if we're batching in a nested manner.
if (batch_update_++ == 0) {
« no previous file with comments | « chrome/browser/ui/intents/web_intents_model.h ('k') | chrome/browser/webdata/web_data_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698