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

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

Issue 564973004: Move ContentWindow from BrowserPlugin To GuestView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 years, 3 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 7d18a42240742b4eb6389efe54abf699f90f4cce..9fd3b7e624c80d49aca6c8b00ad2b9d47ba53e81 100644
--- a/content/common/browser_plugin/browser_plugin_constants.cc
+++ b/content/common/browser_plugin/browser_plugin_constants.cc
@@ -8,24 +8,11 @@ namespace content {
namespace browser_plugin {
-// Internal method bindings.
-const char kMethodInternalAttach[] = "-internal-attach";
-
// Attributes.
const char kAttributeAllowTransparency[] = "allowtransparency";
-const char kAttributeContentWindow[] = "contentWindow";
-const char kAttributeSrc[] = "src";
-
-// Parameters/properties on events.
-const char kWindowID[] = "windowId";
-
-// Error messages.
-const char kErrorCannotRemovePartition[] =
- "Cannot remove partition attribute after navigating.";
// Other.
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_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698