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

Unified Diff: sync/internal_api/public/util/sync_string_conversions.h

Issue 10878015: [Sync] Move keystore key handling to SyncEncryptionHandlerImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: sync/internal_api/public/util/sync_string_conversions.h
diff --git a/sync/internal_api/public/util/sync_string_conversions.h b/sync/internal_api/public/util/sync_string_conversions.h
index 9430e384e776160a70445ef919ebe46471e2683c..81a0b4b234cf1e89efdb09190cae06bfbfdd1fcc 100644
--- a/sync/internal_api/public/util/sync_string_conversions.h
+++ b/sync/internal_api/public/util/sync_string_conversions.h
@@ -17,6 +17,8 @@ const char* PassphraseRequiredReasonToString(
PassphraseRequiredReason reason);
const char* PassphraseStateToString(PassphraseState state);
+
+const char* BootstrapTokenTypeToString(BootstrapTokenType type);
}
#endif // SYNC_INTERNAL_API_PUBLIC_UTIL_SYNC_STRING_CONVERSIONS_H_

Powered by Google App Engine
This is Rietveld 408576698