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

Unified Diff: content/browser/browser_main.cc

Issue 7948006: Get rid of content::DidEndMainMessageLoop since it was declared in content but defined in chrome,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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/browser/browser_main.cc
===================================================================
--- content/browser/browser_main.cc (revision 101766)
+++ content/browser/browser_main.cc (working copy)
@@ -167,6 +167,9 @@
}
BrowserMainParts::~BrowserMainParts() {
+#if defined(OS_WIN)
willchan no longer on Chromium 2011/09/19 21:52:49 Looks to me like this should be in BrowserMainPart
jam 2011/09/19 22:13:31 BrowserMainPartsWin is in chrome, but we want this
willchan no longer on Chromium 2011/09/19 22:25:43 Make sense. I suspect we should probably be create
jam 2011/09/19 22:40:48 I avoided that because Chrome also has its own pla
+ OleUninitialize();
+#endif
}
void BrowserMainParts::EarlyInitialization() {
« chrome/browser/chrome_browser_main_mac.mm ('K') | « content/browser/browser_main.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698