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

Side by Side Diff: chrome/browser/apps/app_load_service.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
« no previous file with comments | « chrome/browser/apps/BUILD.gn ('k') | chrome/browser/apps/app_load_service.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef APPS_APP_LOAD_SERVICE_H_ 5 #ifndef CHROME_BROWSER_APPS_APP_LOAD_SERVICE_H_
6 #define APPS_APP_LOAD_SERVICE_H_ 6 #define CHROME_BROWSER_APPS_APP_LOAD_SERVICE_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 10
11 #include "base/command_line.h" 11 #include "base/command_line.h"
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "components/keyed_service/core/keyed_service.h" 13 #include "components/keyed_service/core/keyed_service.h"
14 #include "content/public/browser/notification_observer.h" 14 #include "content/public/browser/notification_observer.h"
15 #include "content/public/browser/notification_registrar.h" 15 #include "content/public/browser/notification_registrar.h"
16 #include "extensions/browser/extension_registry_observer.h" 16 #include "extensions/browser/extension_registry_observer.h"
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 // no action. 93 // no action.
94 std::map<std::string, PostReloadAction> post_reload_actions_; 94 std::map<std::string, PostReloadAction> post_reload_actions_;
95 content::NotificationRegistrar registrar_; 95 content::NotificationRegistrar registrar_;
96 content::BrowserContext* context_; 96 content::BrowserContext* context_;
97 97
98 DISALLOW_COPY_AND_ASSIGN(AppLoadService); 98 DISALLOW_COPY_AND_ASSIGN(AppLoadService);
99 }; 99 };
100 100
101 } // namespace apps 101 } // namespace apps
102 102
103 #endif // APPS_APP_LOAD_SERVICE_H_ 103 #endif // CHROME_BROWSER_APPS_APP_LOAD_SERVICE_H_
OLDNEW
« no previous file with comments | « chrome/browser/apps/BUILD.gn ('k') | chrome/browser/apps/app_load_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698