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

Unified Diff: appengine/swarming/proto/config.proto

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
Patch Set: Actually make it not hardcoded Created 4 years, 4 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: 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)
}

Powered by Google App Engine
This is Rietveld 408576698