From 1034299e794d0ba846309c43046eb8bb8a740e27 Mon Sep 17 00:00:00 2001 From: "ahendrickson@chromium.org" Date: Thu, 2 Feb 2012 18:49:43 +0000 Subject: Added Net logging to FileStream. The net logging doesn't currently do anything, but is ready if some system wants to pass it in. This is the first of 4 CLs that will enable net logging for downloads. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/9288084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120226 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/bookmarks/bookmark_html_writer.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chrome/browser/bookmarks') diff --git a/chrome/browser/bookmarks/bookmark_html_writer.cc b/chrome/browser/bookmarks/bookmark_html_writer.cc index c933680..8ab2de4 100644 --- a/chrome/browser/bookmarks/bookmark_html_writer.cc +++ b/chrome/browser/bookmarks/bookmark_html_writer.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -93,7 +93,8 @@ class Writer : public base::RefCountedThreadSafe { : bookmarks_(bookmarks), path_(path), favicons_map_(favicons_map), - observer_(observer) { + observer_(observer), + file_stream_(NULL) { } // Writing bookmarks and favicons data to file. -- cgit v1.1