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

Unified Diff: chrome/common/notification_type.h

Issue 5730001: Merge 68411 - Make chrome.omnibox.setDefaultSuggestion work when called insid... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597/src/
Patch Set: 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
===================================================================
--- chrome/common/notification_type.h (revision 68749)
+++ chrome/common/notification_type.h (working copy)
@@ -955,6 +955,10 @@
// 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