Saving content will prefer to retrieve the data out of the HTTP cache for GETs.
[chromium-blink-merge.git] / content / browser / download / download_types.cc
blob57686a9818ea5ab62759a97ce11341049e9fd0fd
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/browser/download/download_types.h"
7 DownloadSaveInfo::DownloadSaveInfo()
8 : offset(0), prompt_for_save_location(false) {
11 DownloadSaveInfo::~DownloadSaveInfo() {