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

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

Issue 7472027: Omitted adding the Cloud Print component app on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed ASSERT for ChromeOS Created 9 years, 5 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 | « chrome/browser/extensions/extension_chrome_auth_private_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 67fbe65f3620ff7bfb0b6c3354c6b3a437e5cfaf..91165fc46dc2c654ff684c317fb417cd48585681 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -569,9 +569,12 @@ void ProfileImpl::RegisterComponentExtensions() {
FILE_PATH_LITERAL("web_store"),
IDR_WEBSTORE_MANIFEST));
+#if !defined(OS_CHROMEOS)
+ // Cloud Print component app. Not required on Chrome OS.
component_extensions.push_back(std::make_pair(
FILE_PATH_LITERAL("cloud_print"),
IDR_CLOUDPRINT_MANIFEST));
+#endif // !defined(OS_CHROMEOS)
for (ComponentExtensionList::iterator iter = component_extensions.begin();
iter != component_extensions.end(); ++iter) {
« no previous file with comments | « chrome/browser/extensions/extension_chrome_auth_private_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698