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

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: remvoe owners. dunno why it was there... 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
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],

Powered by Google App Engine
This is Rietveld 408576698