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); |
}; |