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

Unified Diff: sync/api/sync_error.h

Issue 27233003: [Sync] Implementation of model association for passwords using sync API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 7 years, 1 month 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: sync/api/sync_error.h
diff --git a/sync/api/sync_error.h b/sync/api/sync_error.h
index 306ed83fc72421b1bef249dfe04d6b2d4cc9b7ac..20f3c90df7a58e2db8001e4e48d91a988c48a826 100644
--- a/sync/api/sync_error.h
+++ b/sync/api/sync_error.h
@@ -74,6 +74,9 @@ class SYNC_EXPORT SyncError {
// Returns empty string is IsSet() is false.
std::string ToString() const;
+
+ // Logs the data load failures for the |model_type| in UMA.
+ static void LogDataLoadFailure(ModelType model_type);
Ilya Sherman 2013/12/05 07:01:54 nit: Please leave a blank line after this one.
private:
// Print error information to log.
void PrintLogError() const;

Powered by Google App Engine
This is Rietveld 408576698