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

Unified Diff: chrome/browser/safe_browsing/srt_chrome_prompt_impl.cc

Issue 2844113002: Revert of Adds error handling support for the SwReporter launcher. (Closed)
Patch Set: Created 3 years, 8 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/safe_browsing/srt_chrome_prompt_impl.cc
diff --git a/chrome/browser/safe_browsing/srt_chrome_prompt_impl.cc b/chrome/browser/safe_browsing/srt_chrome_prompt_impl.cc
index dae99a6288ffddaed5b20fbcf0cb60d8afb037f5..38bb6015efc851f563ca2bece0c69110a7fda174 100644
--- a/chrome/browser/safe_browsing/srt_chrome_prompt_impl.cc
+++ b/chrome/browser/safe_browsing/srt_chrome_prompt_impl.cc
@@ -14,11 +14,8 @@
using chrome_cleaner::mojom::PromptAcceptance;
using chrome_cleaner::mojom::UwSPtr;
-ChromePromptImpl::ChromePromptImpl(ChromePromptRequest request,
- base::Closure on_connection_closed)
- : binding_(this, std::move(request)) {
- binding_.set_connection_error_handler(std::move(on_connection_closed));
-}
+ChromePromptImpl::ChromePromptImpl(ChromePromptRequest request)
+ : binding_(this, std::move(request)) {}
ChromePromptImpl::~ChromePromptImpl() {}
« no previous file with comments | « chrome/browser/safe_browsing/srt_chrome_prompt_impl.h ('k') | chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698