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

Unified Diff: chrome/browser/chrome_to_mobile_service.h

Issue 10970055: Log ChromeToMobile search and auth errors to UMA and INFO. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch to VLOG. Created 8 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 | « no previous file | chrome/browser/chrome_to_mobile_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_to_mobile_service.h
diff --git a/chrome/browser/chrome_to_mobile_service.h b/chrome/browser/chrome_to_mobile_service.h
index 569b3a18ad77d28a79afdd2d5e1ad48bb4103890..4fd247261b98a8acb82a7769ab5f24474e8a5932 100644
--- a/chrome/browser/chrome_to_mobile_service.h
+++ b/chrome/browser/chrome_to_mobile_service.h
@@ -76,7 +76,9 @@ class ChromeToMobileService : public ProfileKeyedService,
BAD_SEND_ERROR, // The cloud print send response was errorCode!=407.
BAD_SEND_AUTH, // The cloud print send request failed (auth).
BAD_SEND_OTHER, // The cloud print send request failed (other).
- NUM_METRICS
+ SEARCH_SUCCESS, // Cloud print responded with success on search.
+ SEARCH_ERROR, // Cloud print responded with failure on search.
+ NUM_METRICS,
};
// The supported mobile device operating systems.
« no previous file with comments | « no previous file | chrome/browser/chrome_to_mobile_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698