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

Unified Diff: extensions/browser/api/socket/socket_api.cc

Issue 257333002: Drive extension functions from ExtensionFunction::Run. The (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment 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
« no previous file with comments | « extensions/browser/api/socket/socket_api.h ('k') | extensions/browser/api/storage/storage_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/socket/socket_api.cc
diff --git a/extensions/browser/api/socket/socket_api.cc b/extensions/browser/api/socket/socket_api.cc
index 5d40b8457096facc0e326d894ba4adc6b5dfd094..229cfdd5edd8fcf486c585a0ac5fe5d1969ed916 100644
--- a/extensions/browser/api/socket/socket_api.cc
+++ b/extensions/browser/api/socket/socket_api.cc
@@ -638,7 +638,7 @@ void SocketGetInfoFunction::Work() {
SetResult(info.ToValue().release());
}
-bool SocketGetNetworkListFunction::RunImpl() {
+bool SocketGetNetworkListFunction::RunAsync() {
content::BrowserThread::PostTask(
content::BrowserThread::FILE,
FROM_HERE,
« no previous file with comments | « extensions/browser/api/socket/socket_api.h ('k') | extensions/browser/api/storage/storage_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698