Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Unified Diff: content/public/browser/android/download_controller_android.cc

Issue 2014803002: Move DownloadControllerAndroid from content/ to chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix failing tests/bugs Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/android/download_controller_android.cc
diff --git a/content/public/browser/android/download_controller_android.cc b/content/public/browser/android/download_controller_android.cc
deleted file mode 100644
index fc5f82e0172d2d77fceea54ad8e0483c2c19db46..0000000000000000000000000000000000000000
--- a/content/public/browser/android/download_controller_android.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2015 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.
-
-#include "content/public/browser/android/download_controller_android.h"
-
-namespace content {
-
-// static
-DownloadControllerAndroid* DownloadControllerAndroid::download_controller_ =
- nullptr;
-
-} // namespace content

Powered by Google App Engine
This is Rietveld 408576698