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

Unified Diff: chrome/browser/android/webapk/webapk_update_data_fetcher.h

Issue 2782313002: Add static method WebApkIconHasher::DownloadAndComputeMurmur2Hash (Closed)
Patch Set: Delete non-static download method` Created 3 years, 9 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: chrome/browser/android/webapk/webapk_update_data_fetcher.h
diff --git a/chrome/browser/android/webapk/webapk_update_data_fetcher.h b/chrome/browser/android/webapk/webapk_update_data_fetcher.h
index 8e6ebf864765dfff8fa6b15bc41ee6897d26bf52..2f1db42aa7588ed391b4d4bbea17e7f00aa8cffb 100644
--- a/chrome/browser/android/webapk/webapk_update_data_fetcher.h
+++ b/chrome/browser/android/webapk/webapk_update_data_fetcher.h
@@ -20,7 +20,6 @@ class WebContents;
class GURL;
struct InstallableData;
-class WebApkIconHasher;
// WebApkUpdateDataFetcher is the C++ counterpart of
// org.chromium.chrome.browser's WebApkUpdateDataFetcher in Java. It is created
@@ -87,9 +86,6 @@ class WebApkUpdateDataFetcher : public content::WebContentsObserver {
// The URL for which the installable data is being fetched / was last fetched.
GURL last_fetched_url_;
- // Downloads app icon and computes Murmur2 hash.
- std::unique_ptr<WebApkIconHasher> icon_hasher_;
-
// Downloaded data for |web_manifest_url_|.
ShortcutInfo info_;
SkBitmap best_primary_icon_;
« no previous file with comments | « chrome/browser/android/webapk/webapk_installer.cc ('k') | chrome/browser/android/webapk/webapk_update_data_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698