summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/crashes.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/crashes.js')
-rw-r--r--chrome/browser/resources/crashes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/crashes.js b/chrome/browser/resources/crashes.js
index db18567..b4cec0e 100644
--- a/chrome/browser/resources/crashes.js
+++ b/chrome/browser/resources/crashes.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -8,7 +8,7 @@ localStrings = new LocalStrings();
* Requests the list of crashes from the backend.
*/
function requestCrashes() {
- chrome.send('requestCrashList', [])
+ chrome.send('requestCrashList');
}
/**