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

Unified Diff: chrome/browser/extensions/api/socket/socket_api.h

Issue 9359040: WIP IDL-IPC2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Checkpoint before going back to returning ListValue via ExtensionMsg_Response. Created 8 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/browser/extensions/api/socket/socket_api.h
diff --git a/chrome/browser/extensions/api/socket/socket_api.h b/chrome/browser/extensions/api/socket/socket_api.h
index 259fffcf0e191faa0fd79f1c6e7e4ddc9366be00..f726ef4428c65cde7a56cc7d274704a166233055 100644
--- a/chrome/browser/extensions/api/socket/socket_api.h
+++ b/chrome/browser/extensions/api/socket/socket_api.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_EXTENSIONS_API_SOCKET_SOCKET_API_H_
#pragma once
-#include "chrome/browser/extensions/api/api_function.h"
+#include "chrome/browser/extensions/api/generated_base_classes.h"
#include <string>
@@ -24,6 +24,7 @@ extern const char kUdpSocketType[];
// library wants all operations to happen on the same thread as the
// one that created the socket. Too bad.
+// AsyncSocketCreateFunction
class SocketCreateFunction : public AsyncIOAPIFunction {
public:
SocketCreateFunction();
« no previous file with comments | « chrome/browser/extensions/api/generated_base_classes.h.tmpl ('k') | chrome/browser/extensions/extension_factory_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698