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

Unified Diff: chrome/browser/chrome_browser_main_win.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: chrome/browser/chrome_browser_main_win.cc
===================================================================
--- chrome/browser/chrome_browser_main_win.cc (revision 101766)
+++ chrome/browser/chrome_browser_main_win.cc (working copy)
@@ -39,14 +39,6 @@
#include "views/focus/accelerator_handler.h"
#include "views/widget/widget.h"
-namespace content {
-
-void DidEndMainMessageLoop() {
- OleUninitialize();
-}
-
-}
-
namespace {
typedef HRESULT (STDAPICALLTYPE* RegisterApplicationRestartProc)(

Powered by Google App Engine
This is Rietveld 408576698