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

Unified Diff: chrome/common/notification_type.h

Issue 2078021: First pass at experimental omnibox API. There are plenty of rough edges and (Closed)
Patch Set: no prefer_keyword Created 10 years, 7 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/common/extensions/extension_constants.cc ('k') | chrome/renderer/resources/extension_apitest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index de9efcb5c8bf87e7211445a9c7d3c5794a8dc762..68a64b1d701901a4cd0cdf4b6c8f9b2fd5753c30 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -835,6 +835,11 @@ class NotificationType {
// details are a pointer to the const BookmarksFunction in question.
EXTENSION_BOOKMARKS_API_INVOKED,
+ // Sent when an omnibox extension has sent back omnibox suggestions. The
+ // source is the profile, and the details are a
+ // std::pair<int suggest_id, ListValue suggestions_array>
+ EXTENSION_OMNIBOX_SUGGESTIONS_READY,
+
// Privacy Blacklist -------------------------------------------------------
// Sent on the IO thread when a non-visual resource (like a cookie)
« no previous file with comments | « chrome/common/extensions/extension_constants.cc ('k') | chrome/renderer/resources/extension_apitest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698