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

Unified Diff: chrome/browser/extensions/api/api_resource_event_notifier.h

Issue 10440097: Move socket API from experimental to dev channel and remove some dead code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update Created 8 years, 5 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 | « no previous file | chrome/browser/extensions/api/api_resource_event_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/api_resource_event_notifier.h
diff --git a/chrome/browser/extensions/api/api_resource_event_notifier.h b/chrome/browser/extensions/api/api_resource_event_notifier.h
index 9ed81894ec4ce19db4449e18e9004d971893f8e2..f9876632e68b683fc4e6427bac4a9d7d11026949 100644
--- a/chrome/browser/extensions/api/api_resource_event_notifier.h
+++ b/chrome/browser/extensions/api/api_resource_event_notifier.h
@@ -23,9 +23,6 @@ namespace extensions {
class EventRouter;
enum ApiResourceEventType {
- API_RESOURCE_EVENT_CONNECT_COMPLETE,
- API_RESOURCE_EVENT_DATA_READ,
- API_RESOURCE_EVENT_WRITE_COMPLETE,
API_RESOURCE_EVENT_TRANSFER_COMPLETE,
};
@@ -41,16 +38,6 @@ class ApiResourceEventNotifier
const std::string& src_extension_id, int src_id,
const GURL& src_url);
- virtual void OnConnectComplete(int result_code);
-
- // Takes ownership of data.
- virtual void OnDataRead(int result_code,
- base::ListValue* data,
- const std::string& address,
- int port);
-
- virtual void OnWriteComplete(int result_code);
-
virtual void OnTransferComplete(UsbTransferStatus status,
const std::string& error,
base::BinaryValue* data);
« no previous file with comments | « no previous file | chrome/browser/extensions/api/api_resource_event_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698