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

Unified Diff: chrome/browser/resources/signin.html

Issue 141363006: Proof of concept of ignoring x-frame-options for sign-in webui. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix crash Created 6 years, 11 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/signin.html
===================================================================
--- chrome/browser/resources/signin.html (revision 0)
+++ chrome/browser/resources/signin.html (revision 0)
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html i18n-values="dir:textdirection">
+<head>
+</head>
+<body>
+ <iframe src="chrome://settings" ></iframe>
+ <iframe src="chrome://about" ></iframe>
+ <iframe src="chrome://chrome" ></iframe>
+ <img src="chrome://resources/images/question_mark.png" />
+</body>
+</html>
Property changes on: chrome\browser\resources\signin.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698