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

Unified Diff: chrome/renderer/resources/neterror.js

Issue 248123002: Added histograms to https://codereview.chromium.org/207553008/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated Jim's comment. Created 6 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/renderer/resources/neterror.js
diff --git a/chrome/renderer/resources/neterror.js b/chrome/renderer/resources/neterror.js
index d1f4c5fe3518ff408e4543ba942298d4a4e8b4fc..cab60ee11b14518a27c50b8bfc25c75b71c07f97 100644
--- a/chrome/renderer/resources/neterror.js
+++ b/chrome/renderer/resources/neterror.js
@@ -78,9 +78,8 @@ function loadStaleButtonClick() {
}
function moreButtonClick() {
- if (window.errorPageController) {
+ if (window.errorPageController)
Nico 2014/04/23 19:15:30 This change is inconsistent with loadStaleButtonCl
Randy Smith (Not in Mondays) 2014/04/28 16:35:59 Done.
jar (doing other things) 2014/04/28 17:55:09 FWIW: The change is consistent with existing lines
errorPageController.moreButtonClick();
- }
}
<if expr="is_macosx or is_ios or is_linux or is_android">

Powered by Google App Engine
This is Rietveld 408576698