| Index: appengine/swarming/proto/config.proto | 
| diff --git a/appengine/swarming/proto/config.proto b/appengine/swarming/proto/config.proto | 
| index e3406887e67a3c77beff294b1daeb9f2dac6d608..b3d5e53ecbbcdc11aa9ca196b67c3c4d4a7dfc29 100644 | 
| --- a/appengine/swarming/proto/config.proto | 
| +++ b/appengine/swarming/proto/config.proto | 
| @@ -31,6 +31,10 @@ message SettingsCfg { | 
| // Emergency setting to disable bot task reaping. When set, all bots are | 
| // always put to sleep and are never granted task. | 
| optional bool force_bots_to_sleep_and_not_run_task = 8; | 
| + | 
| +  // oauth client id for the ui. This is created in the developer's console | 
| +  // under Credentials. | 
| +  optional string ui_client_id = 9; | 
| } | 
|  | 
|  | 
|  |