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

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

Issue 20593003: Move kEnableExperimentalExtensionApis switch to extensions/common/switches.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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: chrome/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 394b927e9cdcb132f661050ca6a8fcc1e5242af2..7f759a1b7a8a67ae6c97a96a4d1c56160728a219 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -348,8 +348,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// The following are helpers for InitFromValue to load various features of the
// extension from the manifest.
- bool LoadAppIsolation(string16* error);
-
bool LoadRequiredFeatures(string16* error);
bool LoadName(string16* error);
bool LoadVersion(string16* error);
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/manifest_tests/extension_manifests_background_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698