| Index: chrome/browser/net/net_log_temp_file_unittest.cc
|
| diff --git a/chrome/browser/net/net_log_temp_file_unittest.cc b/chrome/browser/net/net_log_temp_file_unittest.cc
|
| index 572f12ce749f00ef2eb8ea539a9a4f0f2f94f6ba..6149584e279ff5da55a0fa8cedcc66ff55333114 100644
|
| --- a/chrome/browser/net/net_log_temp_file_unittest.cc
|
| +++ b/chrome/browser/net/net_log_temp_file_unittest.cc
|
| @@ -199,8 +199,6 @@ class NetLogTempFileTest : public ::testing::Test {
|
| EXPECT_EQ(expected_log_type, net_log_temp_file_->log_type());
|
| EXPECT_EQ(expected_log_type_string, GetLogTypeString());
|
|
|
| - EXPECT_EQ(expected_capture_mode, net_log_->GetCaptureMode());
|
| -
|
| // Check GetFilePath returns false when still writing to the file.
|
| base::FilePath net_export_file_path;
|
| EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
|
|
|