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

Unified Diff: chrome/renderer/resources/extensions/omnibox_custom_bindings.js

Issue 14592004: Merge 199135 "Fix mismatched parameter expectations between chro..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1500/src/
Patch Set: Created 7 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/api/omnibox.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/extensions/omnibox_custom_bindings.js
===================================================================
--- chrome/renderer/resources/extensions/omnibox_custom_bindings.js (revision 199613)
+++ chrome/renderer/resources/extensions/omnibox_custom_bindings.js (working copy)
@@ -90,7 +90,6 @@
throw new Error(
'setDefaultSuggestion cannot contain the "content" field');
}
- suggestResult.content = '';
return [suggestResult];
});
« no previous file with comments | « chrome/common/extensions/api/omnibox.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698