Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index b524b176daf208f32a3fe169c05d18ba38258552..1395a43e346fe71413fa41992eb3e2792d0870a2 100644 |
--- a/content/public/browser/browser_context.h |
+++ b/content/public/browser/browser_context.h |
@@ -128,6 +128,9 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { |
static void SetDownloadManagerForTesting(BrowserContext* browser_context, |
DownloadManager* download_manager); |
+ static void InitializeProfileApplication(BrowserContext* browser_context); |
jam
2016/02/27 01:34:45
nit: add comments for both of these
|
+ static uint32_t GetMojoUserIdFor(BrowserContext* browser_context); |
+ |
~BrowserContext() override; |
// Creates a delegate to initialize a HostZoomMap and persist its information. |