| Index: chrome/browser/resources/crashes.js
|
| diff --git a/chrome/browser/resources/crashes.js b/chrome/browser/resources/crashes.js
|
| index db1856745708b356727d2ba62fc30e2fa9fe038b..b4cec0e1bcfec9813096d6410b2c573a9b91e2e8 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');
|
| }
|
|
|
| /**
|
|
|