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

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

Issue 2686683002: Deprecate most of gaia_auth extension (Closed)
Patch Set: remove unused data member from GaiaAuthExtensionLoader Created 3 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/inline_login/inline_login.html
diff --git a/chrome/browser/resources/inline_login/inline_login.html b/chrome/browser/resources/inline_login/inline_login.html
index 3699b9dc7a93d5e6307322d26f1eba82c154497b..bf65d14131da09691e51a886ab8b73a655e84c3a 100644
--- a/chrome/browser/resources/inline_login/inline_login.html
+++ b/chrome/browser/resources/inline_login/inline_login.html
@@ -2,6 +2,8 @@
<html i18n-values="dir:textdirection;lang:language">
<head>
<title i18n-content="title"></title>
+ <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
+ <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html">
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="chrome://resources/css/spinner.css">
<link rel="stylesheet" href="chrome://chrome-signin/inline_login.css">
@@ -15,12 +17,13 @@
</head>
<body>
<div id="contents" class="loading">
- <iframe id="signin-frame" name="signin-frame" frameborder="0"
- scrolling="no"></iframe>
+ <webview id="signin-frame" name="signin-frame" allowscaling></webview>
<div id="spinner-container">
<div class="spinner"></div>
</div>
</div>
+ <paper-icon-button id="navigation-button"
+ icon="icons:close"></paper-icon-button>
<script src="chrome://resources/js/i18n_template.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698