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

Unified Diff: trunk/src/content/public/app/content_main_delegate.cc

Issue 14882004: Revert 198834 "Add chrome_split_dll gyp variable, and duplicate ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « trunk/src/content/content.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/public/app/content_main_delegate.cc
===================================================================
--- trunk/src/content/public/app/content_main_delegate.cc (revision 198835)
+++ trunk/src/content/public/app/content_main_delegate.cc (working copy)
@@ -61,8 +61,7 @@
}
ContentRendererClient* ContentMainDelegate::CreateContentRendererClient() {
- // TODO(scottmg): http://crbug.com/237249 Need split for chrome_child.dll.
-#if defined(OS_IOS) || defined(CHROME_SPLIT_DLL)
+#if defined(OS_IOS)
return NULL;
#else
return new ContentRendererClient();
@@ -70,8 +69,7 @@
}
ContentUtilityClient* ContentMainDelegate::CreateContentUtilityClient() {
- // TODO(scottmg): http://crbug.com/237249 Need split for chrome_child.dll.
-#if defined(OS_IOS) || defined(CHROME_SPLIT_DLL)
+#if defined(OS_IOS)
return NULL;
#else
return new ContentUtilityClient();
« no previous file with comments | « trunk/src/content/content.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698