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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 html,
6 body,
7 webview {
8 height: 100%;
9 margin: 0;
10 padding: 0;
11 width: 100%;
12 }
13 </style>
14 </head>
15 <body>
16 <webview
17 id="arc_support"
18 partition="persist:arc_support"
19 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">
20 </webview>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698