| Index: chrome/browser/chrome_browser_main_win.h
|
| diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h
|
| index 35165b002fb192f1ec1b768abb92472089dd679b..cec855b819fdb71537125a8923c40373a47b278e 100644
|
| --- a/chrome/browser/chrome_browser_main_win.h
|
| +++ b/chrome/browser/chrome_browser_main_win.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/files/file_path_watcher.h"
|
| #include "base/macros.h"
|
| #include "chrome/browser/chrome_browser_main.h"
|
| -#include "third_party/kasko/kasko_features.h"
|
|
|
| class DidRunUpdater;
|
|
|
| @@ -73,10 +72,6 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| std::unique_ptr<DidRunUpdater> did_run_updater_;
|
| #endif
|
| -#if BUILDFLAG(ENABLE_KASKO)
|
| - // Cleans up Kasko crash reports that exceeded the maximum upload attempts.
|
| - base::FilePathWatcher failed_kasko_crash_report_watcher_;
|
| -#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
|
| };
|
|
|