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

Unified Diff: chrome/browser/shell_integration.h

Issue 1974153002: Add an experiment for the default browser infobar on Windows 10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pkasting comments 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..c40f5a7092f78189374ed146cf75ecd8c88b70a0 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -217,9 +217,10 @@ class DefaultBrowserWorker : public DefaultWebClientWorker {
public:
explicit DefaultBrowserWorker(const DefaultWebClientWorkerCallback& callback);
- private:
+ protected:
~DefaultBrowserWorker() override;
+ private:
// Check if Chrome is the default browser.
DefaultWebClientState CheckIsDefaultImpl() override;

Powered by Google App Engine
This is Rietveld 408576698