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

Unified Diff: chrome/browser/guest_view/extension_options/extension_options_constants.h

Issue 431503002: Implement autosizing for <extensionoptions> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests and ensure that size constraints make sense 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
« no previous file with comments | « no previous file | chrome/browser/guest_view/extension_options/extension_options_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/guest_view/extension_options/extension_options_constants.h
diff --git a/chrome/browser/guest_view/extension_options/extension_options_constants.h b/chrome/browser/guest_view/extension_options/extension_options_constants.h
index 17cd53548df8d9bf2d50be5f3eebf88112d70ec9..08efd57008ae7192e87ef50b9f3c2291e93b48c4 100644
--- a/chrome/browser/guest_view/extension_options/extension_options_constants.h
+++ b/chrome/browser/guest_view/extension_options/extension_options_constants.h
@@ -7,7 +7,16 @@
namespace extensionoptions {
+// Attributes.
+extern const char kAttributeAutoSize[];
+extern const char kAttributeMaxHeight[];
+extern const char kAttributeMaxWidth[];
+extern const char kAttributeMinHeight[];
+extern const char kAttributeMinWidth[];
+
extern const char kExtensionId[];
+extern const char kHeight[];
+extern const char kWidth[];
} // namespace extensionoptions
« no previous file with comments | « no previous file | chrome/browser/guest_view/extension_options/extension_options_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698