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

Unified Diff: trunk/src/content/common/browser_plugin/browser_plugin_constants.cc

Issue 446823002: Revert 287732 "<webview>: Move autosize from content to chrome." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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: trunk/src/content/common/browser_plugin/browser_plugin_constants.cc
===================================================================
--- trunk/src/content/common/browser_plugin/browser_plugin_constants.cc (revision 287745)
+++ trunk/src/content/common/browser_plugin/browser_plugin_constants.cc (working copy)
@@ -13,7 +13,14 @@
// Attributes.
const char kAttributeAllowTransparency[] = "allowtransparency";
+const char kAttributeAutoSize[] = "autosize";
const char kAttributeContentWindow[] = "contentWindow";
+const char kAttributeMaxHeight[] = "maxheight";
+const char kAttributeMaxWidth[] = "maxwidth";
+const char kAttributeMinHeight[] = "minheight";
+const char kAttributeMinWidth[] = "minwidth";
+const char kAttributeName[] = "name";
+const char kAttributePartition[] = "partition";
const char kAttributeSrc[] = "src";
// Parameters/properties on events.

Powered by Google App Engine
This is Rietveld 408576698