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

Side by Side Diff: chrome/browser/extensions/crx_installer.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_BROWSER_EXTENSIONS_CRX_INSTALLER_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_CRX_INSTALLER_H_
6 #define CHROME_BROWSER_EXTENSIONS_CRX_INSTALLER_H_ 6 #define CHROME_BROWSER_EXTENSIONS_CRX_INSTALLER_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
16 #include "base/version.h" 16 #include "base/version.h"
17 #include "chrome/browser/extensions/extension_install_checker.h" 17 #include "chrome/browser/extensions/extension_install_checker.h"
18 #include "chrome/browser/extensions/extension_install_prompt.h" 18 #include "chrome/browser/extensions/extension_install_prompt.h"
19 #include "chrome/browser/extensions/extension_service.h" 19 #include "chrome/browser/extensions/extension_service.h"
20 #include "chrome/browser/extensions/webstore_installer.h" 20 #include "chrome/browser/extensions/webstore_installer.h"
21 #include "chrome/common/extensions/extension_constants.h" 21 #include "chrome/common/extensions/extension_constants.h"
22 #include "components/sync/api/string_ordinal.h"
22 #include "extensions/browser/install_flag.h" 23 #include "extensions/browser/install_flag.h"
23 #include "extensions/browser/sandboxed_unpacker.h" 24 #include "extensions/browser/sandboxed_unpacker.h"
24 #include "extensions/common/extension.h" 25 #include "extensions/common/extension.h"
25 #include "extensions/common/manifest.h" 26 #include "extensions/common/manifest.h"
26 #include "sync/api/string_ordinal.h"
27 27
28 class ExtensionService; 28 class ExtensionService;
29 class ExtensionServiceTest; 29 class ExtensionServiceTest;
30 class SkBitmap; 30 class SkBitmap;
31 struct WebApplicationInfo; 31 struct WebApplicationInfo;
32 32
33 namespace base { 33 namespace base {
34 class SequencedTaskRunner; 34 class SequencedTaskRunner;
35 } 35 }
36 36
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 440
441 // Performs requirements, policy and blacklist checks on the extension. 441 // Performs requirements, policy and blacklist checks on the extension.
442 ExtensionInstallChecker install_checker_; 442 ExtensionInstallChecker install_checker_;
443 443
444 DISALLOW_COPY_AND_ASSIGN(CrxInstaller); 444 DISALLOW_COPY_AND_ASSIGN(CrxInstaller);
445 }; 445 };
446 446
447 } // namespace extensions 447 } // namespace extensions
448 448
449 #endif // CHROME_BROWSER_EXTENSIONS_CRX_INSTALLER_H_ 449 #endif // CHROME_BROWSER_EXTENSIONS_CRX_INSTALLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/chrome_app_sorting_unittest.cc ('k') | chrome/browser/extensions/extension_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698