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

Unified Diff: content/common/content_constants_internal.h

Issue 12988003: [Android] Fix remaining linker errors for components build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unexported URLRequestJobManager Created 7 years, 9 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/content_constants_internal.h
diff --git a/content/common/content_constants_internal.h b/content/common/content_constants_internal.h
index 7ee5b0d760e0ac36fcf0976c963cebc9134f1e64..960efd4a3e25082f7d6f37e20c0e3e57080dd98e 100644
--- a/content/common/content_constants_internal.h
+++ b/content/common/content_constants_internal.h
@@ -5,13 +5,15 @@
#ifndef CONTENT_COMMON_CONTENT_CONSTANTS_INTERNAL_H_
#define CONTENT_COMMON_CONTENT_CONSTANTS_INTERNAL_H_
+#include "content/common/content_export.h"
+
namespace content {
// Keys used for serializing the frame tree of a renderer process, used for
// ViewMsg_UpdateFrameTree and ViewHostMsg_FrameTreeUpdated.
-extern const char kFrameTreeNodeNameKey[];
-extern const char kFrameTreeNodeIdKey[];
-extern const char kFrameTreeNodeSubtreeKey[];
+CONTENT_EXPORT extern const char kFrameTreeNodeNameKey[];
+CONTENT_EXPORT extern const char kFrameTreeNodeIdKey[];
+CONTENT_EXPORT extern const char kFrameTreeNodeSubtreeKey[];
// How long to wait before we consider a renderer hung.
extern const int kHungRendererDelayMs;

Powered by Google App Engine
This is Rietveld 408576698