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

Unified Diff: extensions/browser/extension_prefs.h

Issue 273193006: Install Chrome OS apps to shared location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: eliminate race condition between install and uninstall 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
Index: extensions/browser/extension_prefs.h
diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
index c6066c3f0aebac4a885e395999b1b9e8aa33509f..50397adbfa519095c0754f640bdd4791a8fab19c 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -282,9 +282,6 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
// Called to change the extension's manifest when it's re-localized.
void UpdateManifest(const Extension* extension);
- // Returns extension path based on extension ID, or empty FilePath on error.
- base::FilePath GetExtensionPath(const std::string& extension_id);
-
// Returns base extensions install directory.
const base::FilePath& install_directory() const { return install_directory_; }

Powered by Google App Engine
This is Rietveld 408576698