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

Side by Side Diff: chrome/browser/apps/browser_context_keyed_service_factories.h

Issue 2789253003: Add chrome/browser/apps/BUILD.gn and move Chrome-specific code there (Closed)
Patch Set: rebase Created 3 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_APPS_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_H_
6 #define CHROME_BROWSER_APPS_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_H_
7
8 namespace content {
9 class BrowserContext;
10 }
11
12 namespace chrome_apps {
13
14 // Ensures the existence of any BrowserContextKeyedServiceFactory provided by
15 // the Chrome apps code.
16 void EnsureBrowserContextKeyedServiceFactoriesBuilt();
17
18 // Notifies the relevant BrowserContextKeyedServices for the browser context
19 // that the application is being terminated.
20 void NotifyApplicationTerminating(content::BrowserContext* browser_context);
21
22 } // namespace chrome_apps
23
24 #endif // CHROME_BROWSER_APPS_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_H_
OLDNEW
« no previous file with comments | « chrome/browser/apps/app_load_service_factory.cc ('k') | chrome/browser/apps/browser_context_keyed_service_factories.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698