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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 111553008: Add PerAppSettingsService and use it to remember what desktop apps should create windows on. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: redirect PerAppSettingsService in incognito mode because component apps can run in incognito mode (… Created 6 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/ui/views/apps/native_app_window_views_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index d1abc5fbeb689f5f61554e37a5269ca20929084b..f155ebb47f290796643b4d2ef073011441dcbc5e 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -78,6 +78,10 @@
'browser/apps/ephemeral_app_service_factory.h',
'browser/apps/ephemeral_app_throttle.cc',
'browser/apps/ephemeral_app_throttle.h',
+ 'browser/apps/per_app_settings_service.cc',
+ 'browser/apps/per_app_settings_service.h',
+ 'browser/apps/per_app_settings_service_factory.cc',
+ 'browser/apps/per_app_settings_service_factory.h',
'browser/apps/shortcut_manager.cc',
'browser/apps/shortcut_manager.h',
'browser/apps/shortcut_manager_factory.cc',
« no previous file with comments | « chrome/browser/ui/views/apps/native_app_window_views_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698