| 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 =
|
|
|