Chromium Code Reviews| Index: chrome/browser/resources/chromeos/arc_support/main.html |
| diff --git a/chrome/browser/resources/chromeos/arc_support/main.html b/chrome/browser/resources/chromeos/arc_support/main.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e7b33fc7203935067358122bcbcd55f3a21e3681 |
| --- /dev/null |
| +++ b/chrome/browser/resources/chromeos/arc_support/main.html |
| @@ -0,0 +1,22 @@ |
| +<!doctype html> |
| +<html> |
| +<head> |
| + <style> |
| + html, |
| + body, |
| + webview { |
| + height: 100%; |
| + margin: 0; |
| + padding: 0; |
| + width: 100%; |
| + } |
| + </style> |
| +</head> |
| +<body> |
| +<webview |
| + id="arc_support" |
| + partition="persist:arc_support" |
| + src="https://accounts.google.com/o/oauth2/programmatic_auth?scope=https://www.google.com/accounts/OAuthLogin&client_id=1070009224336-sdh77n7uot3oc99ais00jmuft6sk2fg9.apps.googleusercontent.com"> |
| +</webview> |
| +</body> |
| +</html> |