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

Unified Diff: extensions/browser/api/web_request/web_request_api.h

Issue 2449913002: Support WebSocket in WebRequest API. (Closed)
Patch Set: git cl format Created 3 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: extensions/browser/api/web_request/web_request_api.h
diff --git a/extensions/browser/api/web_request/web_request_api.h b/extensions/browser/api/web_request/web_request_api.h
index 32fdffd9e8dd502eff2fc2d5f1956435170e0dcd..c736e01456aff8a08969c075e2fef22274ccd2aa 100644
--- a/extensions/browser/api/web_request/web_request_api.h
+++ b/extensions/browser/api/web_request/web_request_api.h
@@ -497,11 +497,6 @@ class ExtensionWebRequestEventRouter
uint64_t request_id,
extensions::RequestStage request_stage);
- // Returns event details for a given request.
- std::unique_ptr<WebRequestEventDetails> CreateEventDetails(
- const net::URLRequest* request,
- int extra_info_spec);
-
// Sets the flag that |event_type| has been signaled for |request_id|.
// Returns the value of the flag before setting it.
bool GetAndSetSignaled(uint64_t request_id, EventTypes event_type);
« no previous file with comments | « chrome/test/data/extensions/api_test/webrequest/websocket.js ('k') | extensions/browser/api/web_request/web_request_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698