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

Unified Diff: shell/application_manager/network_fetcher.h

Issue 1009003002: Fix subtle dynamic library loading problem and deflake the tree. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | shell/application_manager/network_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/network_fetcher.h
diff --git a/shell/application_manager/network_fetcher.h b/shell/application_manager/network_fetcher.h
index ff4152724ccbe97ba9c21f9e92255c563098d178..e9f9b950848dce0342b53f1fb3810efa30df8a54 100644
--- a/shell/application_manager/network_fetcher.h
+++ b/shell/application_manager/network_fetcher.h
@@ -43,10 +43,12 @@ class NetworkFetcher : public Fetcher {
// AppIds should be be both predictable and unique, but any hash would work.
// Currently we use sha256 from crypto/secure_hash.h
- static bool ComputeAppId(const base::FilePath& path,
+ static bool ComputeAppId(const GURL& canonical_url,
+ const base::FilePath& path,
std::string* digest_string);
- static bool RenameToAppId(const base::FilePath& old_path,
+ static bool RenameToAppId(const GURL& canonical_url,
+ const base::FilePath& old_path,
base::FilePath* new_path);
void CopyCompleted(base::Callback<void(const base::FilePath&, bool)> callback,
« no previous file with comments | « no previous file | shell/application_manager/network_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698