Chromium Code Reviews| 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'); |
|
Dan Beam
2012/04/05 22:24:13
yay, it works!
Tyler Breisacher (Chromium)
2012/04/05 22:49:55
It's like you don't have faith in my ability to wr
Dan Beam
2012/04/06 02:58:29
I do now! :P
|
| } |
| /** |