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

Unified Diff: chrome/browser/chrome_browser_main_win.h

Issue 2613803005: [win] Enable ModuleDatabase behind a flag. (Closed)
Patch Set: Address grt's nits, more comments. 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/chrome_browser_field_trials_desktop.cc ('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 35165b002fb192f1ec1b768abb92472089dd679b..550171a6d4105975bc8c13ddf42879da9eca1c47 100644
--- a/chrome/browser/chrome_browser_main_win.h
+++ b/chrome/browser/chrome_browser_main_win.h
@@ -10,6 +10,7 @@
#include "base/files/file_path_watcher.h"
#include "base/macros.h"
#include "chrome/browser/chrome_browser_main.h"
+#include "chrome/common/conflicts/module_watcher_win.h"
sky 2017/01/13 23:58:43 Can you forward declare ModuleWatcher?
chrisha 2017/01/18 22:20:02 Done.
#include "third_party/kasko/kasko_features.h"
class DidRunUpdater;
@@ -78,6 +79,8 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
base::FilePathWatcher failed_kasko_crash_report_watcher_;
#endif
+ std::unique_ptr<ModuleWatcher> module_watcher_;
+
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
};
« no previous file with comments | « chrome/browser/chrome_browser_field_trials_desktop.cc ('k') | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698