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

Unified Diff: chrome/browser/resources/net_internals/modules_view.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 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: chrome/browser/resources/net_internals/modules_view.js
diff --git a/chrome/browser/resources/net_internals/modules_view.js b/chrome/browser/resources/net_internals/modules_view.js
index f02a53da74cf6d7498e5b55334d826a3074d3049..48cd50a306ee8392cb3f30b7f0b88684fa253ca5 100644
--- a/chrome/browser/resources/net_internals/modules_view.js
+++ b/chrome/browser/resources/net_internals/modules_view.js
@@ -104,8 +104,8 @@ var ModulesView = (function() {
/**
* Returns protocol type of a layered service provider as a string.
*/
- ModulesView.getLayeredServiceProviderProtocolType =
- function(serviceProvider) {
+ ModulesView.getLayeredServiceProviderProtocolType = function(
+ serviceProvider) {
return tryGetValueWithKey(PROTOCOL_TYPE, serviceProvider.socket_protocol);
};

Powered by Google App Engine
This is Rietveld 408576698