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

Unified Diff: chrome/browser/ui/webui/snippets_internals_message_handler.cc

Issue 2230473002: Refactor and extend SnippetsBridge for multi-section support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@categoryinfo
Patch Set: Michael's comments Created 4 years, 4 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
Index: chrome/browser/ui/webui/snippets_internals_message_handler.cc
diff --git a/chrome/browser/ui/webui/snippets_internals_message_handler.cc b/chrome/browser/ui/webui/snippets_internals_message_handler.cc
index 6edeacd87f909d629eb195e96fff8eb52b401242..e2705a823f121c2a21fd6ec03915d77a3624b030 100644
--- a/chrome/browser/ui/webui/snippets_internals_message_handler.cc
+++ b/chrome/browser/ui/webui/snippets_internals_message_handler.cc
@@ -114,7 +114,7 @@ void SnippetsInternalsMessageHandler::RegisterMessages() {
base::Unretained(this)));
}
-void SnippetsInternalsMessageHandler::OnNewSuggestions() {
+void SnippetsInternalsMessageHandler::OnNewSuggestions(Category category) {
if (!dom_loaded_)
return;
SendContentSuggestions();

Powered by Google App Engine
This is Rietveld 408576698