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

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

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.h
===================================================================
--- trunk/src/content/common/browser_plugin/browser_plugin_constants.h (revision 287745)
+++ trunk/src/content/common/browser_plugin/browser_plugin_constants.h (working copy)
@@ -14,7 +14,14 @@
// Attributes.
extern const char kAttributeAllowTransparency[];
+extern const char kAttributeAutoSize[];
extern const char kAttributeContentWindow[];
+extern const char kAttributeMaxHeight[];
+extern const char kAttributeMaxWidth[];
+extern const char kAttributeMinHeight[];
+extern const char kAttributeMinWidth[];
+extern const char kAttributeName[];
+extern const char kAttributePartition[];
extern const char kAttributeSrc[];
// Parameters/properties on events.

Powered by Google App Engine
This is Rietveld 408576698