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

Unified Diff: extensions/renderer/resources/guest_view/web_view_constants.js

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
Index: extensions/renderer/resources/guest_view/web_view_constants.js
diff --git a/extensions/renderer/resources/guest_view/web_view_constants.js b/extensions/renderer/resources/guest_view/web_view_constants.js
index e9f6fbd5bd0d72053ff3aec9956fe8070eaabeb3..23e2c872fc2ff07c62c9e045e389300d8300b2df 100644
--- a/extensions/renderer/resources/guest_view/web_view_constants.js
+++ b/extensions/renderer/resources/guest_view/web_view_constants.js
@@ -8,6 +8,7 @@
var WebViewConstants = {
// Attributes.
ATTRIBUTE_ALLOWTRANSPARENCY: 'allowtransparency',
+ ATTRIBUTE_ALLOWSCALING: 'allowscaling',
ATTRIBUTE_AUTOSIZE: 'autosize',
ATTRIBUTE_MAXHEIGHT: 'maxheight',
ATTRIBUTE_MAXWIDTH: 'maxwidth',
« no previous file with comments | « extensions/renderer/resources/guest_view/web_view_attributes.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698