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

Unified Diff: chrome/browser/browser_process.h

Issue 1226643002: Welcome page changes for Windows 10 and over. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rewording in policy_templates.json and sync to position 338549 Created 5 years, 5 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 | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 6af1d4e23bd232b3629b36efe34b36e5928223ba..c5a889fd82b756008122d4a478bab04f082368ef 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -15,6 +15,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/browser_process_platform_part.h"
+#include "chrome/browser/shell_integration.h"
#include "chrome/browser/ui/host_desktop.h"
class BackgroundModeManager;
@@ -246,6 +247,12 @@ class BrowserProcess {
// Returns the out-of-memory priority manager if it exists, null otherwise.
virtual memory::OomPriorityManager* GetOomPriorityManager() = 0;
+ // Returns the default web client state of Chrome (i.e., was it the user's
+ // default browser) at the time a previous check was made sometime between
+ // process startup and now.
+ virtual ShellIntegration::DefaultWebClientState
+ CachedDefaultWebClientState() = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(BrowserProcess);
};
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698