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

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

Issue 427883002: <webview>: Move autosize from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_frame_url
Patch Set: Initialize variable 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: content/common/browser_plugin/browser_plugin_constants.h
diff --git a/content/common/browser_plugin/browser_plugin_constants.h b/content/common/browser_plugin/browser_plugin_constants.h
index 7c408d3c413776fead23928a36c6892f69bbd717..90fb96c7f7c5bbe57f82948545f844a87ff287db 100644
--- a/content/common/browser_plugin/browser_plugin_constants.h
+++ b/content/common/browser_plugin/browser_plugin_constants.h
@@ -14,14 +14,7 @@ extern const char kMethodInternalAttach[];
// 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.
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/common/browser_plugin/browser_plugin_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698