Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / pending_extension_info.h
index 11c159a..8ac52c5 100644 (file)
@@ -33,7 +33,6 @@ class PendingExtensionInfo {
                        const Version& version,
                        ShouldAllowInstallPredicate should_allow_install,
                        bool is_from_sync,
-                       bool install_silently,
                        Manifest::Location install_source,
                        int creation_flags,
                        bool mark_acknowledged,
@@ -62,7 +61,6 @@ class PendingExtensionInfo {
     return should_allow_install_(extension);
   }
   bool is_from_sync() const { return is_from_sync_; }
-  bool install_silently() const { return install_silently_; }
   Manifest::Location install_source() const { return install_source_; }
   int creation_flags() const { return creation_flags_; }
   bool mark_acknowledged() const { return mark_acknowledged_; }
@@ -88,7 +86,6 @@ class PendingExtensionInfo {
   ShouldAllowInstallPredicate should_allow_install_;
 
   bool is_from_sync_;  // This update check was initiated from sync.
-  bool install_silently_;
   Manifest::Location install_source_;
   int creation_flags_;
   bool mark_acknowledged_;