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

Unified Diff: components/sync/engine/sync_string_conversions.h

Issue 2279753003: Move definition of PasswordType enum to a separate header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@passphrase-type-enum-class
Patch Set: D2279753003 Created 4 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
« no previous file with comments | « components/sync/engine/sync_status.h ('k') | components/sync/engine/sync_string_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/sync_string_conversions.h
diff --git a/components/sync/engine/sync_string_conversions.h b/components/sync/engine/sync_string_conversions.h
index 0f6dcb29dd8e2c071607d5363908fb8522d75bcf..c3acb59cdb2fb0614aa2b2b7036a3b042a024295 100644
--- a/components/sync/engine/sync_string_conversions.h
+++ b/components/sync/engine/sync_string_conversions.h
@@ -10,6 +10,8 @@
namespace syncer {
+enum class PassphraseType;
+
const char* ConnectionStatusToString(ConnectionStatus status);
// Returns the string representation of a PassphraseRequiredReason value.
« no previous file with comments | « components/sync/engine/sync_status.h ('k') | components/sync/engine/sync_string_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698