Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / updater / extension_downloader.h
index af60d67..a40427d 100644 (file)
@@ -129,6 +129,9 @@ class ExtensionDownloader : public net::URLFetcherDelegate {
     std::string package_hash;
     std::string version;
     std::set<int> request_ids;
+
+    // Indicates whether or not the fetch is known to require credentials.
+    bool is_protected;
   };
 
   // Helper for AddExtension() and AddPendingExtension().