Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2645)

Unified Diff: chrome/browser/resources/chromeos/arc_support/main.html

Issue 1681813003: arc: Use incognito profile for OptIn and cookie fetcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, added reseting windowClosedInternally before window creation Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698