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

Unified Diff: chrome/browser/chromeos/login/user_manager_impl.h

Issue 102263005: Automatically trigger installation of high-quality speech synthesis extension. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix debug assertion Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/component_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h
index 074e329cfcf5298f87832d2288d1d700ae346271..7a397e2e9f45edec2eb3317fe1d836409cc935f7 100644
--- a/chrome/browser/chromeos/login/user_manager_impl.h
+++ b/chrome/browser/chromeos/login/user_manager_impl.h
@@ -30,6 +30,10 @@
class PrefService;
class ProfileSyncService;
+namespace extensions {
+class ExternalComponentLoaderTest;
+}
+
namespace policy {
struct DeviceLocalAccount;
}
@@ -149,6 +153,7 @@ class UserManagerImpl
scoped_ptr<locale_util::SwitchLanguageCallback> callback) const OVERRIDE;
private:
+ friend class extensions::ExternalComponentLoaderTest;
friend class SupervisedUserManagerImpl;
friend class UserManager;
friend class WallpaperManager;
« no previous file with comments | « no previous file | chrome/browser/extensions/component_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698