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

Unified Diff: chrome/test/data/webui/net_internals/log_util.js

Issue 2969473002: Stop warning "missing clientInfo.numericDate" when loading (Closed)
Patch Set: Created 3 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/browser/resources/net_internals/log_util.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/log_util.js
diff --git a/chrome/test/data/webui/net_internals/log_util.js b/chrome/test/data/webui/net_internals/log_util.js
index 3d69ffb87e498b31ab329ec75f9bad079d96ac73..b43fadf9c5702f4064594700dd8c80e3ada9e17c 100644
--- a/chrome/test/data/webui/net_internals/log_util.js
+++ b/chrome/test/data/webui/net_internals/log_util.js
@@ -126,9 +126,7 @@ GetNetLogFileContentsAndLoadLogTask.prototype = {
assertEquals('string', typeof logDumpText);
expectTrue(SourceTracker.getInstance().getPrivacyStripping());
- var expectedResult = 'The log file is missing clientInfo.numericDate.\n' +
- 'Synthesizing export date as time of last event captured.\n' +
- 'Log loaded.';
+ var expectedResult = 'Log loaded.';
if (this.truncate_) {
expectedResult =
« no previous file with comments | « chrome/browser/resources/net_internals/log_util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698