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

Unified Diff: chrome/common/extensions/extension_file_util.h

Issue 65123002: Move chrome/common/extensions/background_info.h to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase2 background_info Created 7 years, 1 month 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/common/extensions/extension_file_util.h
diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h
index 35db4e88380fe119ee853d9fe4e0c8a487f94765..0ebd06407b4de441a19bb16fbee63f22a202966e 100644
--- a/chrome/common/extensions/extension_file_util.h
+++ b/chrome/common/extensions/extension_file_util.h
@@ -13,7 +13,6 @@
#include "extensions/common/manifest.h"
class ExtensionIconSet;
-class GURL;
namespace base {
class DictionaryValue;
@@ -126,14 +125,6 @@ extensions::MessageBundle::SubstitutionMap* LoadMessageBundleSubstitutionMap(
bool CheckForIllegalFilenames(const base::FilePath& extension_path,
std::string* error);
-// Get a relative file path from a chrome-extension:// URL.
-base::FilePath ExtensionURLToRelativeFilePath(const GURL& url);
-
-// Get a full file path from a chrome-extension-resource:// URL, If the URL
-// points a file outside of root, this function will return empty FilePath.
-base::FilePath ExtensionResourceURLToFilePath(const GURL& url,
- const base::FilePath& root);
-
// Returns a path to a temporary directory for unpacking an extension that will
// be installed into |extensions_dir|. Creates the directory if necessary.
// The directory will be on the same file system as |extensions_dir| so
« no previous file with comments | « chrome/common/extensions/chrome_manifest_handlers.cc ('k') | chrome/common/extensions/extension_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698