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

Unified Diff: google_apis/google_api_keys.h

Issue 19796006: Support service accounts in the chromoting host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « no previous file | google_apis/google_api_keys.cc » ('j') | remoting/host/signaling_connector.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/google_api_keys.h
diff --git a/google_apis/google_api_keys.h b/google_apis/google_api_keys.h
index 28421e8e222b77fc774996eb75b7d649ba1b845d..7647def366e7fea407d5572d4bbe343dc35584a4 100644
--- a/google_apis/google_api_keys.h
+++ b/google_apis/google_api_keys.h
@@ -71,6 +71,7 @@ enum OAuth2Client {
CLIENT_MAIN, // Several different features use this.
CLIENT_CLOUD_PRINT,
CLIENT_REMOTING,
+ CLIENT_REMOTING_SERVICE_ACCOUNT,
Sergey Ulanov 2013/07/23 23:37:32 Maybe call it REMOTING_HOST? Long term it will be
CLIENT_NUM_ITEMS // Must be last item.
};
« no previous file with comments | « no previous file | google_apis/google_api_keys.cc » ('j') | remoting/host/signaling_connector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698