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

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

Issue 916363003: Enable pinch-zoom on the new login page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/new_inline_login.html
diff --git a/chrome/browser/resources/inline_login/new_inline_login.html b/chrome/browser/resources/inline_login/new_inline_login.html
index 20e70702d18efdac906125b6a033cbe2c0c45afc..7989362137feb118e0369527cab1888f5b4a76f0 100644
--- a/chrome/browser/resources/inline_login/new_inline_login.html
+++ b/chrome/browser/resources/inline_login/new_inline_login.html
@@ -15,7 +15,7 @@
</head>
<body>
<div id="contents" class="loading">
- <webview id="signin-frame" name="signin-frame"></webview>
+ <webview id="signin-frame" name="signin-frame" allowscaling="on"></webview>
Fady Samuel 2015/02/12 21:27:09 allowscaling should be sufficient: no need for ="o
wjmaclean 2015/02/12 21:41:25 Done. I was following the documentation at https:
<div id="spinner-container">
<div class="spinner"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698