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

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

Issue 180163009: chrome.bluetooth API improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address code review feedback. Created 6 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
Index: extensions/browser/api/async_api_function.h
diff --git a/extensions/browser/api/async_api_function.h b/extensions/browser/api/async_api_function.h
index dd4b500e72b324955e99bfd2e490610d51b22b22..b18ec4da4e711bd1f9dc5dcf3813d2c517e567cb 100644
--- a/extensions/browser/api/async_api_function.h
+++ b/extensions/browser/api/async_api_function.h
@@ -42,6 +42,7 @@ class AsyncApiFunction : public UIThreadExtensionFunction {
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