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

Unified Diff: chrome/browser/resources/cryptotoken/generichelper.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/cryptotoken/generichelper.js
diff --git a/chrome/browser/resources/cryptotoken/generichelper.js b/chrome/browser/resources/cryptotoken/generichelper.js
index 29446105f2f87c7807a80a7e8c07e72b2e1866fd..ea56f5abdbb95ec281136d931e2d4521d1cfa697 100644
--- a/chrome/browser/resources/cryptotoken/generichelper.js
+++ b/chrome/browser/resources/cryptotoken/generichelper.js
@@ -42,7 +42,7 @@ GenericRequestHelper.prototype.getHandler = function(request) {
* @param {RequestHandlerFactory} factory A factory that can produce a handler
* for a request of a given type.
*/
-GenericRequestHelper.prototype.registerHandlerFactory =
- function(type, factory) {
+GenericRequestHelper.prototype.registerHandlerFactory = function(
+ type, factory) {
this.handlerFactories_[type] = factory;
};
« no previous file with comments | « chrome/browser/resources/cryptotoken/factoryregistry.js ('k') | chrome/browser/resources/cryptotoken/gnubbies.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698