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

Unified Diff: chrome/browser/shell_integration_android.cc

Issue 10453041: Support for interactive set-chrome-as-default in Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed for unittests + a typo or two. Created 8 years, 7 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_android.cc
diff --git a/chrome/browser/shell_integration_android.cc b/chrome/browser/shell_integration_android.cc
index af39bfa701e1dbec914da089b4e62eb64b3d35fc..8bcde00ecc92cc2ecefe55da943045dfe37c9db2 100644
--- a/chrome/browser/shell_integration_android.cc
+++ b/chrome/browser/shell_integration_android.cc
@@ -7,9 +7,10 @@
// TODO: crbug/115375 to track implementation for following methods.
// static
-bool ShellIntegration::CanSetAsDefaultBrowser() {
+ShellIntegration::DefaultSettingsChangePermission
+ ShellIntegration::CanSetAsDefaultBrowser() {
NOTIMPLEMENTED();
- return false;
+ return CHANGE_DEFAULT_NOT_ALLOWED;
}
// static

Powered by Google App Engine
This is Rietveld 408576698