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). |