summaryrefslogtreecommitdiffstats
path: root/content/common/browser_plugin/browser_plugin_constants.cc
diff options
context:
space:
mode:
authorlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-07 09:54:33 +0000
committerlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-07 09:54:33 +0000
commit10b21b3b80a76ae18008fbe7eb8f58b440e1fb4f (patch)
tree661352560ad854a5ee5af174853953c18af4373f /content/common/browser_plugin/browser_plugin_constants.cc
parent145b29d3f634ec398e0e77add8daa601e8911f79 (diff)
downloadchromium_src-10b21b3b80a76ae18008fbe7eb8f58b440e1fb4f.zip
chromium_src-10b21b3b80a76ae18008fbe7eb8f58b440e1fb4f.tar.gz
chromium_src-10b21b3b80a76ae18008fbe7eb8f58b440e1fb4f.tar.bz2
Move allocate instance id to chrome/.
BUG=364141 Test=No visible change. Review URL: https://codereview.chromium.org/299753011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275674 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/browser_plugin/browser_plugin_constants.cc')
-rw-r--r--content/common/browser_plugin/browser_plugin_constants.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/content/common/browser_plugin/browser_plugin_constants.cc b/content/common/browser_plugin/browser_plugin_constants.cc
index ee86b05..96b4a5f 100644
--- a/content/common/browser_plugin/browser_plugin_constants.cc
+++ b/content/common/browser_plugin/browser_plugin_constants.cc
@@ -11,9 +11,6 @@ namespace browser_plugin {
// Internal method bindings.
const char kMethodInternalAttach[] = "-internal-attach";
-// Internal events.
-const char kEventInternalInstanceIDAllocated[] = "instanceid-allocated";
-
// Attributes.
const char kAttributeAllowTransparency[] = "allowtransparency";
const char kAttributeAutoSize[] = "autosize";
@@ -27,14 +24,9 @@ const char kAttributePartition[] = "partition";
const char kAttributeSrc[] = "src";
// Parameters/properties on events.
-const char kPersistPrefix[] = "persist:";
const char kWindowID[] = "windowId";
// Error messages.
-const char kErrorAlreadyNavigated[] =
- "The object has already navigated, so its partition cannot be changed.";
-const char kErrorInvalidPartition[] =
- "Invalid partition attribute.";
const char kErrorCannotRemovePartition[] =
"Cannot remove partition attribute after navigating.";