Skip to content

Commit

Permalink
Fixed download button is not shown when dangerous file downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhong authored and emerick committed Jul 5, 2023
1 parent 23de7e7 commit 4389e2d
Show file tree
Hide file tree
Showing 5 changed files with 594 additions and 0 deletions.
24 changes: 24 additions & 0 deletions browser/download/bubble/BUILD.gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (c) 2023 The Brave Authors. All rights reserved.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at https://mozilla.org/MPL/2.0/.

source_set("unit_tests") {
testonly = true

sources = [ "download_display_controller_unittest.cc" ]

deps = [
"//base",
"//chrome/browser",
"//chrome/test:test_support",
"//components/download/public/common:test_support",
"//components/offline_items_collection/core",
"//components/safe_browsing/core/common",
"//content/test:test_support",
"//testing/gmock",
"//testing/gtest",
"//ui/base",
"//url",
]
}
Loading

0 comments on commit 4389e2d

Please sign in to comment.