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

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

Issue 11415216: Make Blacklist::IsBlacklist asynchronous (it will need to be for safe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another test Created 8 years 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 | Annotate | Revision Log
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_TEST_EXTENSION_SYSTEM_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SYSTEM_H_
6 #define CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SYSTEM_H_ 6 #define CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SYSTEM_H_
7 7
8 #include "chrome/browser/extensions/extension_system.h" 8 #include "chrome/browser/extensions/extension_system.h"
9 9
10 class CommandLine; 10 class CommandLine;
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 71
72 private: 72 private:
73 // The Extension Preferences. Only created if CreateExtensionService is 73 // The Extension Preferences. Only created if CreateExtensionService is
74 // invoked. 74 // invoked.
75 scoped_ptr<ExtensionPrefs> extension_prefs_; 75 scoped_ptr<ExtensionPrefs> extension_prefs_;
76 scoped_ptr<StateStore> state_store_; 76 scoped_ptr<StateStore> state_store_;
77 scoped_ptr<ShellWindowGeometryCache> shell_window_geometry_cache_; 77 scoped_ptr<ShellWindowGeometryCache> shell_window_geometry_cache_;
78 scoped_ptr<Blacklist> blacklist_; 78 scoped_ptr<Blacklist> blacklist_;
79 scoped_ptr<StandardManagementPolicyProvider> 79 scoped_ptr<StandardManagementPolicyProvider>
80 standard_management_policy_provider_; 80 standard_management_policy_provider_;
81 scoped_ptr<ManagementPolicy> management_policy_;
81 scoped_ptr<ExtensionService> extension_service_; 82 scoped_ptr<ExtensionService> extension_service_;
82 scoped_ptr<ManagementPolicy> management_policy_;
83 scoped_ptr<ExtensionProcessManager> extension_process_manager_; 83 scoped_ptr<ExtensionProcessManager> extension_process_manager_;
84 scoped_ptr<AlarmManager> alarm_manager_; 84 scoped_ptr<AlarmManager> alarm_manager_;
85 scoped_refptr<ExtensionInfoMap> info_map_; 85 scoped_refptr<ExtensionInfoMap> info_map_;
86 scoped_ptr<ApiResourceManager<Socket> > socket_manager_; 86 scoped_ptr<ApiResourceManager<Socket> > socket_manager_;
87 }; 87 };
88 88
89 } // namespace extensions 89 } // namespace extensions
90 90
91 #endif // CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SYSTEM_H_ 91 #endif // CHROME_BROWSER_EXTENSIONS_TEST_EXTENSION_SYSTEM_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/test_blacklist.cc ('k') | chrome/browser/extensions/test_extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698