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

Unified Diff: chrome/browser/chrome_browser_main_win.h

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Rebase Created 3 years, 11 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
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 68ad182f70c81f97b1f5602ebf1d64778019d545..22b29f0498643f9753a183d8469c8d0c568b4a56 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;
class ModuleWatcher;
@@ -74,10 +73,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
std::unique_ptr<ModuleWatcher> module_watcher_;
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698