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

Unified Diff: trunk/src/extensions/browser/api/async_api_function.h

Issue 227493006: Revert 262175 "* Replace "read" method with onReceiveXxx events." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/extensions/browser/api/async_api_function.h
===================================================================
--- trunk/src/extensions/browser/api/async_api_function.h (revision 262179)
+++ trunk/src/extensions/browser/api/async_api_function.h (working copy)
@@ -42,7 +42,6 @@
virtual bool RunImpl() OVERRIDE;
protected:
- content::BrowserThread::ID work_thread_id() const { return work_thread_id_; }
void set_work_thread_id(content::BrowserThread::ID work_thread_id) {
work_thread_id_ = work_thread_id;
}

Powered by Google App Engine
This is Rietveld 408576698