Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <html style="width:100%; height:100%"> | |
|
xiyuan
2016/02/11 17:57:21
Inline css is not recommended. Please move them in
khmel
2016/02/12 02:45:24
Nice code. My html is not so good as wanted.
| |
| 3 <head> | |
| 4 </head> | |
| 5 <body style="width:100%; height:100%"> | |
| 6 <webview | |
| 7 id="arc_opt_in" | |
| 8 partition="persist:arc_opt_in" | |
| 9 style="width:100%; height:100%" | |
| 10 src="https://accounts.google.com/o/oauth2/programmatic_auth?scope=https://ww w.google.com/accounts/OAuthLogin&client_id=1070009224336-sdh77n7uot3oc99ais00jmu ft6sk2fg9.apps.googleusercontent.com"> | |
|
xiyuan
2016/02/11 17:57:21
Do we need to have "hl" URL param so that the page
khmel
2016/02/12 02:45:24
It seems, it can resolve lang automatically. I see
xiyuan
2016/02/12 17:06:59
Okay. We can leave it for now but I suspect we mig
khmel
2016/02/12 18:15:14
Acknowledged.
| |
| 11 </webview> | |
| 12 </body> | |
| 13 </html> | |
| OLD | NEW |