fix goma setup for cross compiling chrome/win

Change-Id: I981e2e523efa04cd1b787485f24ade79e5b31302
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942668
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@chromium.org>
Auto-Submit: Fumitoshi Ukai <ukai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720106}
diff --git a/docs/win_cross.md b/docs/win_cross.md
index c3ede6f4..7b3d3af6 100644
--- a/docs/win_cross.md
+++ b/docs/win_cross.md
@@ -82,10 +82,20 @@
 
 ## Goma
 
-For now, one needs to use the rbe backend, not the (default) borg backend:
+For now, one needs to use the rbe backend, not the borg backend
+(default for Googlers).
+Use cloud backend instead.
 
+```shell
     goma_auth.py login
-    GOMA_SERVER_HOST=rbe-staging1.endpoints.cxx-compiler-service.cloud.goog goma_ctl.py ensure_start
+
+    # GOMA_* are needed for Googlers only
+    export GOMA_SERVER_HOST=goma.chromium.org
+    export GOMA_RPC_EXTRA_PARAMS=?rbe
+
+    goma_ctl.py ensure_start
+```
+
 
 ## Copying and running chrome