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

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

Issue 2940933003: DO NOT SUBMIT results of new 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/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') | third_party/WebKit/Source/core/inspector/ConsoleTypes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698