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

Side by Side Diff: chrome/browser/resources/chromeos/arc_opt_in/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: cleanup 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 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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698