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. |
}; |