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

Unified Diff: extensions/common/extension.cc

Issue 308003005: app_list: Drive app integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pref is_syancable -> do_not_sync, remove AppListModel deps and no auto uninstall new_app Created 6 years, 6 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: extensions/common/extension.cc
diff --git a/extensions/common/extension.cc b/extensions/common/extension.cc
index ada3b31af2313a14ab11e1f4f32d5f5e4d4cb401..8ef69cd958ab2da1fdbc1a133a9af0bbbc81b798 100644
--- a/extensions/common/extension.cc
+++ b/extensions/common/extension.cc
@@ -509,6 +509,7 @@ Extension::Extension(const base::FilePath& path,
display_in_launcher_(true),
display_in_new_tab_page_(true),
wants_file_access_(false),
+ is_syncable_(true),
creation_flags_(0) {
DCHECK(path.empty() || path.IsAbsolute());
path_ = id_util::MaybeNormalizePath(path);

Powered by Google App Engine
This is Rietveld 408576698