Index: tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/main.js |
diff --git a/tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/main.js b/tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/main.js |
index 7ec6a6c75255c1911f2d3a50e3c609125ba254d5..7d21eb38a8ea33b6b1507cb7d47acdc323865009 100644 |
--- a/tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/main.js |
+++ b/tools/telemetry/telemetry/core/backends/chrome/chromeos_login_ext/main.js |
@@ -12,6 +12,7 @@ window.parent.postMessage(msg, PARENT_PAGE); |
var msg = { |
'method': 'completeLogin', |
'email': 'test@test.test', |
+ 'gaiaId': '12345', |
achuithb
2014/10/21 21:11:00
why not 'fake-gaia-id' as in the other place?
Roger Tawa OOO till Jul 10th
2014/10/21 21:35:25
A gaiaid is a long decimal number, so I think this
|
'password': '' |
}; |
window.parent.postMessage(msg, PARENT_PAGE); |