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

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: comment fixed 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 | « chromeos/chromeos_switches.cc ('k') | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_prefs.h
diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
index fc65d7393bc37aacd5a2bf54da4da10e0c06fbe6..fc3c7bed6dbed0af1f18f0227b32d1b9d081b10c 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -283,9 +283,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_; }
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698