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

Unified Diff: chrome/renderer/net/net_error_helper_core.h

Issue 248123002: Added histograms to https://codereview.chromium.org/207553008/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated Nico's comments. 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
« no previous file with comments | « no previous file | chrome/renderer/net/net_error_helper_core_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net/net_error_helper_core.h
diff --git a/chrome/renderer/net/net_error_helper_core.h b/chrome/renderer/net/net_error_helper_core.h
index ce053a6f3718ae8c8793f75bfc3fb0f59b7ae7d3..33343512ceecd0bf72c0e5f085d70b2cd43baba2 100644
--- a/chrome/renderer/net/net_error_helper_core.h
+++ b/chrome/renderer/net/net_error_helper_core.h
@@ -213,8 +213,9 @@ class NetErrorHelperCore {
int auto_reload_count_;
bool can_auto_reload_page_;
- // Non-NO_BUTTON only when a navigation has been initiated from the error
- // page. Used to detect when such navigations result in errors.
+ // This value is set only when a navigation has been initiated from
+ // the error page. It is used to detect when such navigations result
+ // in errors.
Button navigation_from_button_;
};
« no previous file with comments | « no previous file | chrome/renderer/net/net_error_helper_core_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698