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

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

Issue 19679002: <webview>: Implement dialog API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added more tests and fixed a bug Created 7 years, 5 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 cc7eb2f0d841854683e0ec8e0d791f97e152dd60..706ab949393c3c75d85117b035c3bdfbbac4b23f 100644
--- a/content/common/browser_plugin/browser_plugin_constants.h
+++ b/content/common/browser_plugin/browser_plugin_constants.h
@@ -43,6 +43,7 @@ extern const char kAttributePartition[];
extern const char kAttributeSrc[];
// Events.
+extern const char kEventDialog[];
extern const char kEventNewWindow[];
extern const char kEventRequestPermission[];
extern const char kEventResponsive[];
@@ -50,11 +51,14 @@ extern const char kEventSizeChanged[];
extern const char kEventUnresponsive[];
// Parameters/properties on events.
+extern const char kDefaultPromptText[];
extern const char kId[];
extern const char kInitialHeight[];
extern const char kInitialWidth[];
extern const char kIsTopLevel[];
extern const char kLastUnlockedBySelf[];
+extern const char kMessageText[];
+extern const char kMessageType[];
extern const char kName[];
extern const char kNewHeight[];
extern const char kNewWidth[];

Powered by Google App Engine
This is Rietveld 408576698