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

Unified Diff: services/authentication/credentials_impl_db.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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: services/authentication/credentials_impl_db.mojom
diff --git a/services/authentication/credentials_impl_db.mojom b/services/authentication/credentials_impl_db.mojom
index 8128e5684cfbf7190e442fc84220896c3de05f65..f3d4e280f7f36a696cd91e291459361e57d32c96 100644
--- a/services/authentication/credentials_impl_db.mojom
+++ b/services/authentication/credentials_impl_db.mojom
@@ -8,12 +8,12 @@ module authentication;
// password in encrypted form, fully scoped master OAuth token or
// downscoped OAuth token.
enum CredentialType {
- DOWNSCOPED_OAUTH_REFRESH_TOKEN = 1
+ DOWNSCOPED_OAUTH_REFRESH_TOKEN = 1,
};
// Specifies the type of identity provider for authenticating user.
enum AuthProvider {
- GOOGLE = 1
+ GOOGLE = 1,
};
// This struct is used to persist long lived credentials for each user and is
« no previous file with comments | « services/authentication/authentication_impl_db.mojom ('k') | services/intent_receiver/intent_receiver.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698