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

Unified Diff: chrome/browser/download/trusted_sources_manager_posix.cc

Issue 2943763002: Add a new group policy to disable safe browsing for files downloaded from trusted sources. (Closed)
Patch Set: Fix an XML goof Created 3 years, 5 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: chrome/browser/download/trusted_sources_manager_posix.cc
diff --git a/chrome/browser/download/trusted_sources_manager_posix.cc b/chrome/browser/download/trusted_sources_manager_posix.cc
new file mode 100644
index 0000000000000000000000000000000000000000..0c0adab4ad57e9a262ff883dab2bbc8ea90f695e
--- /dev/null
+++ b/chrome/browser/download/trusted_sources_manager_posix.cc
@@ -0,0 +1,10 @@
+// Copyright (c) 2017 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 "chrome/browser/download/trusted_sources_manager.h"
+
+// static
+TrustedSourcesManager* TrustedSourcesManager::Create() {
+ return new TrustedSourcesManager;
+}
« no previous file with comments | « chrome/browser/download/trusted_sources_manager.cc ('k') | chrome/browser/download/trusted_sources_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698