Chromium Code Reviews| 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() { |