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

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 6254007: Adding ChromeVox as a component extensions (enabled only for ChromeOS, for no... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/browser/profiles/profile_impl.h
===================================================================
--- chrome/browser/profiles/profile_impl.h (revision 71755)
+++ chrome/browser/profiles/profile_impl.h (working copy)
@@ -169,6 +169,15 @@
void RegisterComponentExtensions();
void InstallDefaultApps();
+#if defined(OS_CHROMEOS)
+ // Unzips the contents of the accessibility extension into the directory
+ // specified by |dir_path| if the |manifest| version if greater than the
+ // version found in the prefs.
+ void UnzipAccessibilityExtensionResources(const std::string ext_name,
asargent_no_longer_on_chrome 2011/01/20 05:55:59 Does this method actually need to be a member func
Chaitanya 2011/01/20 20:04:52 removed.
+ const FilePath dir_path,
+ const std::string manifest);
+#endif
+
NotificationRegistrar registrar_;
PrefChangeRegistrar pref_change_registrar_;

Powered by Google App Engine
This is Rietveld 408576698