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

Unified Diff: components/ntp_snippets/user_classifier.h

Issue 2395123002: Connecting UserClassifier to NtpSnippetsFetcher (Closed)
Patch Set: A small fix Created 4 years, 2 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: components/ntp_snippets/user_classifier.h
diff --git a/components/ntp_snippets/user_classifier.h b/components/ntp_snippets/user_classifier.h
index 4f8c9848d62d30e16e7ab678d7e56e1114389e7b..7234250acb8d16cb168b4587ae79e197a06ebe28 100644
--- a/components/ntp_snippets/user_classifier.h
+++ b/components/ntp_snippets/user_classifier.h
@@ -66,6 +66,7 @@ class UserClassifier {
// Return the classification of the current user.
UserClass GetUserClass() const;
+ std::string GetUserClassNameForProto() const;
Marc Treib 2016/10/06 13:41:55 What does this have to do with protobufs? Should t
jkrcal 2016/10/06 14:45:58 Makes sense. Done.
std::string GetUserClassDescriptionForDebugging() const;
// Resets the classification (emulates a fresh upgrade / install).

Powered by Google App Engine
This is Rietveld 408576698