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

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

Issue 10539169: Prototype version of the first-run dialog for Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed non-windows compilation errors. Created 8 years, 6 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.cc
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc
index 5a6dfae91134364984447dfffb2269b13714e820..3937861cd8b1b29c16755d2666df538a2531feaa 100644
--- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
+++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
@@ -78,7 +78,8 @@ ProtocolHandlerRegistry::DefaultClientObserver::~DefaultClientObserver() {
void
ProtocolHandlerRegistry::DefaultClientObserver::SetDefaultWebClientUIState(
- ShellIntegration::DefaultWebClientUIState state) {
+ ShellIntegration::DefaultWebClientUIState state,
+ ShellIntegration::SetDefaultWebClientResult unused_result) {
if (worker_) {
if (ShouldRemoveHandlersNotInOS() &&
(state == ShellIntegration::STATE_NOT_DEFAULT)) {

Powered by Google App Engine
This is Rietveld 408576698