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

Unified Diff: third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp

Issue 2888353002: cleanup: Remove comments about lack of UseCounter support for workers. (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/WebKit/Source/modules/crypto/CryptoHistograms.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
diff --git a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
index e636cd786e73fbe7535773fd5848172955d6a9c6..0d3f7f74ffdde5e8c0a6376e7be33e612d65d78a 100644
--- a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
+++ b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
@@ -111,7 +111,6 @@ ScriptPromise GlobalFetch::fetch(ScriptState* script_state,
const RequestInfo& input,
const Dictionary& init,
ExceptionState& exception_state) {
- // Note that UseCounter doesn't work with SharedWorker or ServiceWorker.
UseCounter::Count(worker.GetExecutionContext(), UseCounter::kFetch);
return ScopedFetcher::From(worker)->Fetch(script_state, input, init,
exception_state);
« no previous file with comments | « third_party/WebKit/Source/modules/crypto/CryptoHistograms.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698