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

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: added 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 d2cc9ebc4277849faf60e50a7cc38c3cd22e2e91..ebb30b0c2f02c81b9421e11b54e877c899f3ba47 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -280,9 +280,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