Index: chrome/browser/shell_integration_android.cc |
diff --git a/chrome/browser/shell_integration_android.cc b/chrome/browser/shell_integration_android.cc |
index fcab00d33787d02d03009f4ead0618dd0ae9c977..f2574e2af75f70f7efc06a0ce5e6e5289f427cb1 100644 |
--- a/chrome/browser/shell_integration_android.cc |
+++ b/chrome/browser/shell_integration_android.cc |
@@ -18,7 +18,7 @@ bool SetAsDefaultProtocolClient(const std::string& protocol) { |
return false; |
} |
-DefaultWebClientSetPermission CanSetAsDefaultBrowser() { |
+DefaultWebClientSetPermission GetDefaultWebClientSetPermission() { |
NOTIMPLEMENTED(); |
return SET_DEFAULT_NOT_ALLOWED; |
} |