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

Unified Diff: chrome/test/data/webui/net_internals/timeline_view.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 | « chrome/test/data/webui/net_internals/net_internals_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/timeline_view.js
diff --git a/chrome/test/data/webui/net_internals/timeline_view.js b/chrome/test/data/webui/net_internals/timeline_view.js
index 8cf65f64ef346e1627b3b39f8697bb96ab0826ea..2879306efcefc78a8186e2d4df62d23683e91fc9 100644
--- a/chrome/test/data/webui/net_internals/timeline_view.js
+++ b/chrome/test/data/webui/net_internals/timeline_view.js
@@ -66,9 +66,9 @@ LoadLogWithNewEventsTask.prototype = {
logDump.constants.timeTickOffset = '0';
logDump.events = [];
- var source = new NetInternalsTest.Source(1, LogSourceType.SOCKET);
+ var source = new NetInternalsTest.Source(1, EventSourceType.SOCKET);
logDump.events.push(
- NetInternalsTest.createBeginEvent(source, LogEventType.SOCKET_ALIVE,
+ NetInternalsTest.createBeginEvent(source, EventType.SOCKET_ALIVE,
this.startTime_, null));
logDump.events.push(
NetInternalsTest.createMatchingEndEvent(logDump.events[0],
« no previous file with comments | « chrome/test/data/webui/net_internals/net_internals_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698