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

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

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.h
diff --git a/content/common/browser_plugin/browser_plugin_constants.h b/content/common/browser_plugin/browser_plugin_constants.h
index 973cad3b66c98bd4a1bb9865a00bc5fd5749e2b7..7c408d3c413776fead23928a36c6892f69bbd717 100644
--- a/content/common/browser_plugin/browser_plugin_constants.h
+++ b/content/common/browser_plugin/browser_plugin_constants.h
@@ -12,9 +12,6 @@ namespace browser_plugin {
// Internal method bindings.
extern const char kMethodInternalAttach[];
-// Internal events
-extern const char kEventInternalInstanceIDAllocated[];
-
// Attributes.
extern const char kAttributeAllowTransparency[];
extern const char kAttributeAutoSize[];
@@ -28,12 +25,9 @@ extern const char kAttributePartition[];
extern const char kAttributeSrc[];
// Parameters/properties on events.
-extern const char kPersistPrefix[];
extern const char kWindowID[];
// Error messages.
-extern const char kErrorAlreadyNavigated[];
-extern const char kErrorInvalidPartition[];
extern const char kErrorCannotRemovePartition[];
// Other.
« no previous file with comments | « content/browser/web_contents/web_contents_impl.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