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

Unified Diff: chrome/common/extensions/extension.cc

Issue 11308072: Include v2 packaged apps in sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/common/extensions/extension.cc
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
index bcd68065809d98c572eb949498c861f76ccb44d9..e0b2dec82ca0255a5d4c41c0d98b63801c0571b6 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -3858,6 +3858,7 @@ Extension::SyncType Extension::GetSyncType() const {
case Extension::TYPE_HOSTED_APP:
case Extension::TYPE_LEGACY_PACKAGED_APP:
+ case Extension::TYPE_PLATFORM_APP:
return SYNC_TYPE_APP;
default:

Powered by Google App Engine
This is Rietveld 408576698