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

Unified Diff: chrome/browser/shell_integration.h

Issue 1997453003: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move changes in and out to fix compile Created 4 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.h
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index d5ef51d282af429b8bc2ad77b7ac852214194cd2..d4d22383346f477318218f44db3d9280a350130b 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -205,10 +205,6 @@ class DefaultWebClientWorker
// lifetime of the worker.
const char* worker_name_;
- // Wait until Chrome has been confirmed as the default browser before
- // reporting a successful attempt.
- bool check_default_should_report_success_ = false;
-
DISALLOW_COPY_AND_ASSIGN(DefaultWebClientWorker);
};

Powered by Google App Engine
This is Rietveld 408576698