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

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

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.cc
diff --git a/content/common/browser_plugin/browser_plugin_constants.cc b/content/common/browser_plugin/browser_plugin_constants.cc
index 691366b0489cd0f7971d4551e04872f4681af58a..9ba17bcaeec8bdfc9cdc4e28482c7969a8beb9f1 100644
--- a/content/common/browser_plugin/browser_plugin_constants.cc
+++ b/content/common/browser_plugin/browser_plugin_constants.cc
@@ -25,7 +25,6 @@ const char kMethodInternalAttach[] = "-internal-attach";
const char kMethodInternalAttachWindowTo[] = "-internal-attachWindowTo";
const char kMethodInternalTrackObjectLifetime[] =
"-internal-trackObjectLifetime";
-const char kMethodInternalSetPermission[] = "-internal-setPermission";
// Internal events.
const char kEventInternalInstanceIDAllocated[] = "instanceid-allocated";
@@ -44,9 +43,6 @@ const char kAttributePartition[] = "partition";
const char kAttributeSrc[] = "src";
// Events.
-const char kEventDialog[] = "dialog";
-const char kEventNewWindow[] = "newwindow";
-const char kEventRequestPermission[] = "permissionrequest";
const char kEventSizeChanged[] = "sizechanged";
// Parameters/properties on events.
@@ -90,6 +86,7 @@ const char kErrorCannotRemovePartition[] =
// Other.
const char kBrowserPluginGuestManagerKeyName[] = "browser_plugin_guest_manager";
const int kInstanceIDNone = 0;
+const int kInvalidPermissionRequestID = 0;
} // namespace browser_plugin
« no previous file with comments | « content/common/browser_plugin/browser_plugin_constants.h ('k') | content/common/browser_plugin/browser_plugin_message_enums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698