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

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

Issue 264763002: Support remote installation of extensions and apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: histogram owner Created 6 years, 7 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/app/generated_resources.grd ('k') | chrome/browser/extensions/app_sync_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/app_sync_data.h
diff --git a/chrome/browser/extensions/app_sync_data.h b/chrome/browser/extensions/app_sync_data.h
index d1164c7afc441ff40c7e17c3aee192183e5aa575..b8499e77d0b78dcebd625b39a66e893f43a12eae 100644
--- a/chrome/browser/extensions/app_sync_data.h
+++ b/chrome/browser/extensions/app_sync_data.h
@@ -32,6 +32,7 @@ class AppSyncData {
AppSyncData(const Extension& extension,
bool enabled,
bool incognito_enabled,
+ bool remote_install,
const syncer::StringOrdinal& app_launch_ordinal,
const syncer::StringOrdinal& page_ordinal,
extensions::LaunchType launch_type);
@@ -63,11 +64,11 @@ class AppSyncData {
const std::string& bookmark_app_url() const {
return bookmark_app_url_;
- };
+ }
const std::string& bookmark_app_description() const {
return bookmark_app_description_;
- };
+ }
private:
// Convert an AppSyncData back out to a sync structure.
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/app_sync_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698