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

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..f0f4b72d87ed65d912eb04a825d7ad8011449a3e 100644
--- a/sync/api/sync_error.h
+++ b/sync/api/sync_error.h
@@ -74,6 +74,8 @@ class SYNC_EXPORT SyncError {
// Returns empty string is IsSet() is false.
std::string ToString() const;
+
+ static void LogDataLoadFailure(ModelType model_type);
Ilya Sherman 2013/11/19 22:49:04 nit: Please document this method, and leave a blan
lipalani1 2013/11/26 23:31:35 Done.
private:
// Print error information to log.
void PrintLogError() const;

Powered by Google App Engine
This is Rietveld 408576698