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

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

Issue 21297005: <webview>: Refactor Permission API to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_permissions
Patch Set: Merge with ToT Created 7 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
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 a411741b8344f9dc2c788d69f2da3cf9fa38460b..7776a82c3092f7c2001578c81e80928d9d3b5987 100644
--- a/content/common/browser_plugin/browser_plugin_constants.h
+++ b/content/common/browser_plugin/browser_plugin_constants.h
@@ -25,7 +25,6 @@ extern const char kMethodTerminate[];
extern const char kMethodInternalAttach[];
extern const char kMethodInternalAttachWindowTo[];
extern const char kMethodInternalTrackObjectLifetime[];
-extern const char kMethodInternalSetPermission[];
// Internal events
extern const char kEventInternalInstanceIDAllocated[];
@@ -44,12 +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[];
extern const char kEventSizeChanged[];
-extern const char kEventUnresponsive[];
// Parameters/properties on events.
extern const char kDefaultPromptText[];
@@ -89,6 +83,7 @@ extern const char kErrorCannotRemovePartition[];
// Other.
extern const char kBrowserPluginGuestManagerKeyName[];
extern const int kInstanceIDNone;
+extern const int kInvalidPermissionRequestID;
} // namespace browser_plugin
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_guest.cc ('k') | content/common/browser_plugin/browser_plugin_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698