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

Unified Diff: chrome/browser/shell_integration_chromeos.cc

Issue 1832853003: DefaultBrowserWorker now fully supports opening the settings for Win10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac compilation Created 4 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/shell_integration_chromeos.cc
diff --git a/chrome/browser/shell_integration_chromeos.cc b/chrome/browser/shell_integration_chromeos.cc
index f275554910412c7d8cee6b7e17d0cc70b7831f2c..e1f604ad9f6b02022502169c34edc6b9b6eb534a 100644
--- a/chrome/browser/shell_integration_chromeos.cc
+++ b/chrome/browser/shell_integration_chromeos.cc
@@ -14,7 +14,7 @@ bool SetAsDefaultProtocolClient(const std::string& protocol) {
return false;
}
-DefaultWebClientSetPermission CanSetAsDefaultBrowser() {
+DefaultWebClientSetPermission GetDefaultWebClientSetPermission() {
return SET_DEFAULT_NOT_ALLOWED;
}

Powered by Google App Engine
This is Rietveld 408576698