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

Unified Diff: chrome_frame/chrome_frame_delegate.h

Issue 251012: Assert that thread-safe reference counting is used with... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome_frame/chrome_frame_automation.cc ('k') | chrome_frame/test/chrome_frame_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_delegate.h
===================================================================
--- chrome_frame/chrome_frame_delegate.h (revision 27168)
+++ chrome_frame/chrome_frame_delegate.h (working copy)
@@ -37,11 +37,8 @@
// Template specialization
template <> struct RunnableMethodTraits<ChromeFrameDelegate> {
- static void RetainCallee(ChromeFrameDelegate* obj) {
- }
-
- static void ReleaseCallee(ChromeFrameDelegate* obj) {
- }
+ void RetainCallee(ChromeFrameDelegate* obj) {}
+ void ReleaseCallee(ChromeFrameDelegate* obj) {}
};
extern UINT kAutomationServerReady;
Property changes on: chrome_frame\chrome_frame_delegate.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome_frame/chrome_frame_automation.cc ('k') | chrome_frame/test/chrome_frame_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698