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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 6370009: Add in-profile external_extensions.json file for Chrome OS OEM customization. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Address review comments. 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index caa8f6a45aef7338b84d429968bbf4bb54ed4801..7c3ddd27734431e60d83d492b76d7470185f61ab 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -150,10 +150,10 @@ class ExtensionService
// Constructor stores pointers to |profile| and |extension_prefs| but
// ownership remains at caller.
ExtensionService(Profile* profile,
- const CommandLine* command_line,
- const FilePath& install_directory,
- ExtensionPrefs* extension_prefs,
- bool autoupdate_enabled);
+ const CommandLine* command_line,
+ const FilePath& install_directory,
+ ExtensionPrefs* extension_prefs,
+ bool autoupdate_enabled);
// Gets the list of currently installed extensions.
virtual const ExtensionList* extensions() const;
@@ -623,7 +623,7 @@ class ExtensionService
// Set to true by OnExternalExtensionUpdateUrlFound() when an external
// extension URL is found. Used in CheckForExternalUpdates() to see
// if an update check is needed to install pending extensions.
- bool external_extension_added_;
+ bool external_extension_url_added_;
FRIEND_TEST_ALL_PREFIXES(ExtensionServiceTest,
UpdatePendingExtensionAlreadyInstalled);
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698