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

Unified Diff: base/non_thread_safe.h

Issue 19617: Add thread checks to the IPC channel.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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 | « no previous file | chrome/common/ipc_channel_win.h » ('j') | chrome/common/ipc_channel_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/non_thread_safe.h
===================================================================
--- base/non_thread_safe.h (revision 8590)
+++ base/non_thread_safe.h (working copy)
@@ -32,7 +32,6 @@
NonThreadSafe();
~NonThreadSafe();
- protected:
bool CalledOnValidThread() const;
private:
@@ -45,7 +44,6 @@
NonThreadSafe() {}
~NonThreadSafe() {}
- protected:
bool CalledOnValidThread() const {
return true;
}
« no previous file with comments | « no previous file | chrome/common/ipc_channel_win.h » ('j') | chrome/common/ipc_channel_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698