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

Unified Diff: chrome/browser/external_protocol/external_protocol_handler_unittest.cc

Issue 1657933003: Fixes the interactive default browser UX for policy setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: grt comments 2 Created 4 years, 11 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/external_protocol/external_protocol_handler_unittest.cc
diff --git a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
index b247a6dc8b28476941d5782efe07931029e85cb9..3894e1beb19ae56da120313a38b6555b4a97a16b 100644
--- a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
+++ b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
@@ -30,7 +30,7 @@ class FakeExternalProtocolHandlerWorker
this, os_state_));
}
- void SetAsDefault(bool interactive_permitted) override {
+ void SetAsDefault() override {
BrowserThread::PostTask(
BrowserThread::UI, FROM_HERE,
base::Bind(

Powered by Google App Engine
This is Rietveld 408576698