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

Unified Diff: content/browser/devtools/protocol/network_handler.h

Issue 2087293003: [DevTools] Network.emulateNetworkConditions now affects NetworkStateNotifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheck Created 4 years, 6 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: content/browser/devtools/protocol/network_handler.h
diff --git a/content/browser/devtools/protocol/network_handler.h b/content/browser/devtools/protocol/network_handler.h
index 9e1c1fc67030eaaf8d3874a61c1e1cbb7420ccb1..d3270628aafcfa64c5674605dba5a8243c737357 100644
--- a/content/browser/devtools/protocol/network_handler.h
+++ b/content/browser/devtools/protocol/network_handler.h
@@ -38,7 +38,8 @@ class NetworkHandler {
Response EmulateNetworkConditions(bool offline,
double latency,
double download_throughput,
- double upload_throughput);
+ double upload_throughput,
+ const std::string* connection_type);
Response GetCertificateDetails(int certificate_id,
scoped_refptr<CertificateDetails>* result);
Response ShowCertificateViewer(int certificate_id);
« no previous file with comments | « chrome/test/data/devtools/emulate_network_conditions.html ('k') | content/browser/devtools/protocol/network_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698