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

Unified Diff: chrome/browser/resources/crashes.js

Issue 10010019: JS style nits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/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
}
/**

Powered by Google App Engine
This is Rietveld 408576698