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

Unified Diff: chrome/common/notification_type.h

Issue 5607003: Make chrome.omnibox.setDefaultSuggestion work when called inside (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 10 years 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/extensions/extension_omnibox_api.cc ('k') | no next file » | 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 3adc3ff0641b0c44e990cc25a5031437286350b8..c7b3c3564c26b37b32ca2b81e717215cb22e0eea 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -955,6 +955,10 @@ class NotificationType {
// session. The source is the profile.
EXTENSION_OMNIBOX_INPUT_ENTERED,
+ // Sent when an omnibox extension has updated the default suggestion. The
+ // source is the profile.
+ EXTENSION_OMNIBOX_DEFAULT_SUGGESTION_CHANGED,
+
// Sent when an extension changes a preference value. The source is the
// profile, and the details are an ExtensionPrefStore::ExtensionPrefDetails
// object.
« no previous file with comments | « chrome/browser/extensions/extension_omnibox_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698