X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fsignin%2Fcore%2Fbrowser%2Fsignin_metrics.h;h=0afbcdd94b8ce13724cac6fb8a3358befb473144;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=3d8832e58b79b4bbce9d7a46ad84e052f8077b25;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/signin/core/browser/signin_metrics.h b/src/components/signin/core/browser/signin_metrics.h index 3d8832e..0afbcdd 100644 --- a/src/components/signin/core/browser/signin_metrics.h +++ b/src/components/signin/core/browser/signin_metrics.h @@ -53,9 +53,9 @@ enum ProfileSignout { // |total_number_accounts| - How many accounts are in the browser for this // profile. // |count_added_to_cookie_jar| - How many accounts were in the browser but not -// the cookie jar. -// |count_added_to_token| - How may accounts were in the cookie jar but not in -// the browser. +// in the cookie jar. +// |count_removed_from_cookie_jar| - How many accounts were in the cookie jar +// but not in the browser. // |primary_accounts_same| - False if the primary account for the cookie jar // and the token service were different; else true. // |is_first_reconcile| - True if these stats are from the first execution of @@ -64,7 +64,7 @@ enum ProfileSignout { // the AccountReconcilor began modifying the state. void LogSigninAccountReconciliation(int total_number_accounts, int count_added_to_cookie_jar, - int count_added_to_token, + int count_removed_from_cookie_jar, bool primary_accounts_same, bool is_first_reconcile, int pre_count_gaia_cookies);