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

Unified Diff: chrome/browser/custom_handlers/protocol_handler_registry.h

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/custom_handlers/protocol_handler_registry.h
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h
index eed96001a3b4103fe87cd11663a2ac880f1df493..540097aebdf7f5ec898004db9d2e79c08e970e6a 100644
--- a/chrome/browser/custom_handlers/protocol_handler_registry.h
+++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
@@ -53,8 +53,6 @@ class ProtocolHandlerRegistry : public KeyedService {
void SetDefaultWebClientUIState(
ShellIntegration::DefaultWebClientUIState state) override;
- bool IsInteractiveSetDefaultPermitted() override;
-
// Give the observer a handle to the worker, so we can find out the protocol
// when we're called and also tell the worker if we get deleted.
void SetWorker(ShellIntegration::DefaultProtocolClientWorker* worker);
@@ -63,8 +61,6 @@ class ProtocolHandlerRegistry : public KeyedService {
ShellIntegration::DefaultProtocolClientWorker* worker_;
private:
- bool IsOwnedByWorker() override;
-
// This is a raw pointer, not reference counted, intentionally. In general
// subclasses of DefaultWebClientObserver are not able to be refcounted
// e.g. the browser options page

Powered by Google App Engine
This is Rietveld 408576698