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

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

Issue 2061803002: 📰 The Status card reports disabled sync states (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simplifyBridge
Patch Set: yolo: another big bag of changes Created 4 years, 6 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/browser/ui/webui/snippets_internals_message_handler.h ('k') | components/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9357475e68ad62e1b73cad13ec8613bd35ac3e9b..e7d45147d140f36ac266a55166802cffd1f2a487 100644
--- a/chrome/browser/ui/webui/snippets_internals_message_handler.cc
+++ b/chrome/browser/ui/webui/snippets_internals_message_handler.cc
@@ -74,7 +74,8 @@ void SnippetsInternalsMessageHandler::NTPSnippetsServiceLoaded() {
ntp_snippets_service_->snippets_fetcher()->last_json()));
}
-void SnippetsInternalsMessageHandler::NTPSnippetsServiceDisabled() {}
+void SnippetsInternalsMessageHandler::NTPSnippetsServiceDisabledReasonChanged(
+ ntp_snippets::DisabledReason disabled_reason) {}
void SnippetsInternalsMessageHandler::RegisterMessages() {
// additional initialization (web_ui() does not work from the constructor)
« no previous file with comments | « chrome/browser/ui/webui/snippets_internals_message_handler.h ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698