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

Unified Diff: content/common/content_constants.h

Issue 8113027: Export some unix-specific content symbols (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more exports Created 9 years, 2 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.h
diff --git a/content/common/content_constants.h b/content/common/content_constants.h
index 20d484095979f777d0e98fd19587048d5c3cc7dd..6c8b66deb6e3487a41f82bdc5fd46759f0c46543 100644
--- a/content/common/content_constants.h
+++ b/content/common/content_constants.h
@@ -29,7 +29,7 @@ extern const size_t kMaxTitleChars;
// We have different values for "max accepted" and "max displayed" because
// a data: URI may be legitimately massive, but the full URI would kill all
// known operating systems if you dropped it into a UI control.
-extern const size_t kMaxURLChars;
+CONTENT_EXPORT extern const size_t kMaxURLChars;
CONTENT_EXPORT extern const size_t kMaxURLDisplayChars;
// The render view and render process id associated with the default plugin

Powered by Google App Engine
This is Rietveld 408576698