Chromium Code Reviews| Index: chrome/browser/resources/chromeos/arc_opt_in/main.html |
| diff --git a/chrome/browser/resources/chromeos/arc_opt_in/main.html b/chrome/browser/resources/chromeos/arc_opt_in/main.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5c5ecb5e24b070911ee0efd08d4b8cefa52f5f9b |
| --- /dev/null |
| +++ b/chrome/browser/resources/chromeos/arc_opt_in/main.html |
| @@ -0,0 +1,13 @@ |
| +<!doctype html> |
| +<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.
|
| +<head> |
| +</head> |
| +<body style="width:100%; height:100%"> |
| +<webview |
| + id="arc_opt_in" |
| + partition="persist:arc_opt_in" |
| + style="width:100%; height:100%" |
| + src="https://accounts.google.com/o/oauth2/programmatic_auth?scope=https://www.google.com/accounts/OAuthLogin&client_id=1070009224336-sdh77n7uot3oc99ais00jmuft6sk2fg9.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.
|
| +</webview> |
| +</body> |
| +</html> |