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

Unified Diff: chrome/browser/resources/md_history/browser_service.js

Issue 2941893002: DO NOT SUBMIT: results of old 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/router.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/browser_service.js
diff --git a/chrome/browser/resources/md_history/browser_service.js b/chrome/browser/resources/md_history/browser_service.js
index a2a09ad48523697f77c374b214faf55af8e9de2a..9ee3c8ebdfaa01f504cb5e7b21a3ac2f27cec23b 100644
--- a/chrome/browser/resources/md_history/browser_service.js
+++ b/chrome/browser/resources/md_history/browser_service.js
@@ -92,9 +92,9 @@ cr.define('md_history', function() {
},
/**
- * Record an action in UMA.
- * @param {string} action The name of the action to be logged.
- */
+ * Record an action in UMA.
+ * @param {string} action The name of the action to be logged.
+ */
recordAction: function(action) {
if (action.indexOf('_') == -1)
action = 'HistoryPage_' + action;
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/router.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698