Index: components/ntp_snippets/ntp_snippets_service.h |
diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h |
index 701d08a29b675ef0a3ffdd46f095e4c12288810b..a57d3d4872e95a1b357e5b4caf1127d9f75ed968 100644 |
--- a/components/ntp_snippets/ntp_snippets_service.h |
+++ b/components/ntp_snippets/ntp_snippets_service.h |
@@ -121,12 +121,6 @@ class NTPSnippetsService : public ContentSuggestionsProvider, |
return snippets_fetcher_.get(); |
} |
- // Returns a reason why the service is disabled, or DisabledReason::NONE |
- // if it's not. |
- DisabledReason disabled_reason() const { |
- return snippets_status_service_->disabled_reason(); |
- } |
- |
// (Re)schedules the periodic fetching of snippets. This is necessary because |
// the schedule depends on the time of day. |
void RescheduleFetching(); |