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

Unified Diff: chrome_frame/infobars/internal/subclassing_window_with_delegate.h

Issue 12521002: Start and stop crash reporting outside of the loader lock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test Created 7 years, 9 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 | « chrome_frame/chrome_tab.cc ('k') | chrome_frame/pin_module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/infobars/internal/subclassing_window_with_delegate.h
diff --git a/chrome_frame/infobars/internal/subclassing_window_with_delegate.h b/chrome_frame/infobars/internal/subclassing_window_with_delegate.h
index 9bb6ab285d94cbca49d5696550991943b104d86f..fc5f0caf872a974c7010e2450110af4630856eca 100644
--- a/chrome_frame/infobars/internal/subclassing_window_with_delegate.h
+++ b/chrome_frame/infobars/internal/subclassing_window_with_delegate.h
@@ -12,7 +12,7 @@
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome_frame/utils.h"
+#include "chrome_frame/pin_module.h"
// Implements behavior common to HostWindowManager and DisplacedWindowManager.
template<typename T> class SubclassingWindowWithDelegate
@@ -53,7 +53,7 @@ template<typename T> class SubclassingWindowWithDelegate
// Ensure we won't be unloaded while our window proc is attached to the tab
// window.
- PinModule();
+ chrome_frame::PinModule();
delegate_.swap(new_delegate);
« no previous file with comments | « chrome_frame/chrome_tab.cc ('k') | chrome_frame/pin_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698