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

Unified Diff: chrome/browser/resources/net_internals/log_grouper.js

Issue 10534055: [refactor] Rename some constants in net-internals. Mostly just removes a redundant "Log" prefix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stop adding OWNERS u POS! Created 8 years, 6 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/browser/resources/net_internals/log_util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/log_grouper.js
diff --git a/chrome/browser/resources/net_internals/log_grouper.js b/chrome/browser/resources/net_internals/log_grouper.js
index 862ab27cb9fc5e49e4fb74fe8703c655db5d961b..a45b5cde5e2b3ce92d757d257971c1c536890ae5 100644
--- a/chrome/browser/resources/net_internals/log_grouper.js
+++ b/chrome/browser/resources/net_internals/log_grouper.js
@@ -23,11 +23,11 @@ var LogGroupEntry = (function() {
LogGroupEntry.prototype = {
isBegin: function() {
- return this.orig.phase == LogEventPhase.PHASE_BEGIN;
+ return this.orig.phase == EventPhase.PHASE_BEGIN;
},
isEnd: function() {
- return this.orig.phase == LogEventPhase.PHASE_END;
+ return this.orig.phase == EventPhase.PHASE_END;
},
getDepth: function() {
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/log_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698