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

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: Rebase for enum conflict. 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
« no previous file with comments | « no previous file | extensions/browser/api/web_view/web_view_internal_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d6b1c6f59a4b0173182a7933d06a07d0a8994a89 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></webview>
<div id="spinner-container">
<div class="spinner"></div>
</div>
« no previous file with comments | « no previous file | extensions/browser/api/web_view/web_view_internal_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698