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

Unified Diff: content/public/app/content_main.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/public/app/content_main.h
diff --git a/content/public/app/content_main.h b/content/public/app/content_main.h
index cd17d74cdeac12ba5218221177623983e58d4d8a..5016edd56aaa49aeebdeef7482cdc5d7d9c8a53b 100644
--- a/content/public/app/content_main.h
+++ b/content/public/app/content_main.h
@@ -37,7 +37,7 @@ CONTENT_EXPORT int ContentMain(HINSTANCE instance,
// ContentMainRunner.
// This should only be called once before ContentMainRunner actually running.
// The ownership of |delegate| is transferred.
-void SetContentMainDelegate(ContentMainDelegate* delegate);
+CONTENT_EXPORT void SetContentMainDelegate(ContentMainDelegate* delegate);
#else
CONTENT_EXPORT int ContentMain(int argc,
const char** argv,

Powered by Google App Engine
This is Rietveld 408576698