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

Unified Diff: extensions/common/file_util.h

Issue 288273004: A bunch of remaining parts of extension content verification (Reland) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser test 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 | « extensions/common/constants.cc ('k') | extensions/common/file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/file_util.h
diff --git a/extensions/common/file_util.h b/extensions/common/file_util.h
index 597d085bef0a7c935524041b9236ad854663554e..32c370ee96bdbb9ed15a31896920bd02812ac2e1 100644
--- a/extensions/common/file_util.h
+++ b/extensions/common/file_util.h
@@ -122,6 +122,10 @@ std::map<std::string, std::string>* LoadMessageBundleSubstitutionMap(
const std::string& extension_id,
const std::string& default_locale);
+// Helper functions for getting paths for files used in content verification.
+base::FilePath GetVerifiedContentsPath(const base::FilePath& extension_path);
+base::FilePath GetComputedHashesPath(const base::FilePath& extension_path);
+
} // namespace file_util
} // namespace extensions
« no previous file with comments | « extensions/common/constants.cc ('k') | extensions/common/file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698