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

Unified Diff: chrome/common/child_thread.h

Issue 28090: Keeping track of whether WebKit is in the callstack using RenderThread doesn'... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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/common/child_thread.h
===================================================================
--- chrome/common/child_thread.h (revision 10288)
+++ chrome/common/child_thread.h (working copy)
@@ -44,9 +44,6 @@
IPC::SyncChannel* channel() { return channel_.get(); }
- // Indicates if ChildThread::Send() is on the call stack.
- virtual bool InSend() const { return in_send_ != 0; }
-
// Thread implementation.
virtual void Init();
virtual void CleanUp();
@@ -66,8 +63,6 @@
// functionality to the consumers of the ChildThread.
MessageRouter router_;
- int in_send_;
-
Thread::Options options_;
DISALLOW_EVIL_CONSTRUCTORS(ChildThread);

Powered by Google App Engine
This is Rietveld 408576698