| 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;
|
|
|