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

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

Issue 376033002: Adding MimeHandlerView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pending-zork-patch2
Patch Set: sync @tott Created 6 years, 5 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 7c408d3c413776fead23928a36c6892f69bbd717..4bafa40234eeccb8462f69ca8453c8aeaf93b077 100644
--- a/content/common/browser_plugin/browser_plugin_constants.h
+++ b/content/common/browser_plugin/browser_plugin_constants.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_COMMON_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_
#define CONTENT_COMMON_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_
+#include "content/common/content_export.h"
+
namespace content {
namespace browser_plugin {
@@ -31,7 +33,7 @@ extern const char kWindowID[];
extern const char kErrorCannotRemovePartition[];
// Other.
-extern const int kInstanceIDNone;
+CONTENT_EXPORT extern const int kInstanceIDNone;
extern const int kInvalidPermissionRequestID;
} // namespace browser_plugin

Powered by Google App Engine
This is Rietveld 408576698