 Chromium Code Reviews
 Chromium Code Reviews Issue 2242543002:
  Make OAuth client id accessible to new ui w/o hardcoding  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
    
  
    Issue 2242543002:
  Make OAuth client id accessible to new ui w/o hardcoding  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master| Index: appengine/swarming/proto/config.proto | 
| diff --git a/appengine/swarming/proto/config.proto b/appengine/swarming/proto/config.proto | 
| index e3406887e67a3c77beff294b1daeb9f2dac6d608..abb96c55d316d881ed754166e3fcc25ab7074ad2 100644 | 
| --- a/appengine/swarming/proto/config.proto | 
| +++ b/appengine/swarming/proto/config.proto | 
| @@ -31,6 +31,8 @@ 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; | 
| + | 
| + optional string ui_client_id = 9; | 
| 
Vadim Sh.
2016/08/11 20:00:24
add a comment explaining what it is and (briefly)
 | 
| } |