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

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

Issue 480243003: Implement smoother autosizing of the extension options overlay (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 f1a2f1b1ccd01b085a7325815593a268eec3ae23..aab887389ffb71a76dcda63c9c1e99aba98830df 100644
--- a/chrome/browser/guest_view/extension_options/extension_options_constants.h
+++ b/chrome/browser/guest_view/extension_options/extension_options_constants.h
@@ -18,8 +18,12 @@ extern const char kAttributeMinHeight[];
extern const char kAttributeMinWidth[];
extern const char kExtensionId[];
-extern const char kHeight[];
-extern const char kWidth[];
+
+// SizeChanged event properties.
+extern const char kNewHeight[];
+extern const char kNewWidth[];
+extern const char kOldHeight[];
+extern const char kOldWidth[];
} // 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