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

Unified Diff: extensions/common/guest_view/guest_view_constants.h

Issue 972193003: Fix for MIME handler bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment. Created 5 years, 10 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: extensions/common/guest_view/guest_view_constants.h
diff --git a/extensions/common/guest_view/guest_view_constants.h b/extensions/common/guest_view/guest_view_constants.h
index f42cab7d4c226adb894222391024945320c341a9..16bf0230cae07b9ef6150afa2377e187729fcd86 100644
--- a/extensions/common/guest_view/guest_view_constants.h
+++ b/extensions/common/guest_view/guest_view_constants.h
@@ -17,6 +17,7 @@ extern const char kAttributeMinHeight[];
extern const char kAttributeMinWidth[];
extern const char kElementWidth[];
extern const char kElementHeight[];
+extern const char kElementSizeIsLogical[];
// Events.
extern const char kEventResize[];
« no previous file with comments | « extensions/browser/guest_view/guest_view_base.cc ('k') | extensions/common/guest_view/guest_view_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698