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

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

Issue 498633002: Revert 291286: broke 'ExtensionOptionsApiTest.ExtensionCanEmbedOwnOptions'. (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
« no previous file with comments | « no previous file | trunk/src/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: trunk/src/chrome/browser/guest_view/extension_options/extension_options_constants.h
===================================================================
--- trunk/src/chrome/browser/guest_view/extension_options/extension_options_constants.h (revision 291327)
+++ trunk/src/chrome/browser/guest_view/extension_options/extension_options_constants.h (working copy)
@@ -18,13 +18,9 @@
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
#endif // CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
« no previous file with comments | « no previous file | trunk/src/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