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

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

Issue 299753011: Move allocate instance id to chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: HasPermission function moved Created 6 years, 6 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 ee86b05b499391f01cf006e1af8421ef9e7e330a..96b4a5f879e785fae4821f5730e851fed558ed06 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.";
« 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