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

Unified Diff: components/resource_provider/file_utils.h

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
Patch Set: . Created 4 years, 10 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 | « components/resource_provider/apptest_manifest.json ('k') | components/resource_provider/file_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resource_provider/file_utils.h
diff --git a/components/resource_provider/file_utils.h b/components/resource_provider/file_utils.h
index 9f5ce62fbdc1ca2071f9ebc39ea14452b37180ca..3445381875ff2d2502e19f154442732d82a54aba 100644
--- a/components/resource_provider/file_utils.h
+++ b/components/resource_provider/file_utils.h
@@ -13,12 +13,12 @@ class FilePath;
namespace resource_provider {
-// Returns the path to the resources for |application_url|, or an empty
-// path if |application_url| is not valid.
-base::FilePath GetPathForApplicationUrl(const std::string& application_url);
+// Returns the path to the resources for |application_name|, or an empty
+// path if |application_name| is not valid.
+base::FilePath GetPathForApplicationName(const std::string& application_name);
// Returns the path to the specified resource. |app_path| was previously
-// obtained by way of GetPathForApplicationUrl().
+// obtained by way of GetPathForApplicationName().
base::FilePath GetPathForResourceNamed(const base::FilePath& app_path,
const std::string& resource_path);
« no previous file with comments | « components/resource_provider/apptest_manifest.json ('k') | components/resource_provider/file_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698