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

Unified Diff: components/ntp_snippets/ntp_snippets_status_service.h

Issue 2319553005: Remove NTPSnippetsService::disabled_reason(). (Closed)
Patch Set: x Created 4 years, 3 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 | « components/ntp_snippets/ntp_snippets_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/ntp_snippets_status_service.h
diff --git a/components/ntp_snippets/ntp_snippets_status_service.h b/components/ntp_snippets/ntp_snippets_status_service.h
index 60923215169ac8fd1d7736b228355422f76cd611..3434a6be60e9c561e38cd51bae0ca6234c46dcfa 100644
--- a/components/ntp_snippets/ntp_snippets_status_service.h
+++ b/components/ntp_snippets/ntp_snippets_status_service.h
@@ -42,8 +42,6 @@ class NTPSnippetsStatusService : public SigninManagerBase::Observer {
// called when a significant change in state is detected.
void Init(const DisabledReasonChangeCallback& callback);
- DisabledReason disabled_reason() const { return disabled_reason_; }
-
private:
FRIEND_TEST_ALL_PREFIXES(NTPSnippetsStatusServiceTest,
SigninStateCompatibility);
« no previous file with comments | « components/ntp_snippets/ntp_snippets_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698