Content settings: remove some plugin-related code/resources when... there are no...
[chromium-blink-merge.git] / content / public / browser / android / download_controller_android.cc
blobfc5f82e0172d2d77fceea54ad8e0483c2c19db46
1 // Copyright (c) 2015 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/public/browser/android/download_controller_android.h"
7 namespace content {
9 // static
10 DownloadControllerAndroid* DownloadControllerAndroid::download_controller_ =
11 nullptr;
13 } // namespace content