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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 8313006: Allow webstore extensions to use experimental permissions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 2 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/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 04a70badc8d41542717e2df4a9a12ce4ca3aa6e5..85b6ae2beeeecc75c892ffbcea0e05f206ac23a2 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -681,6 +681,11 @@ class ExtensionService
NaClModuleInfoList::iterator FindNaClModule(const GURL& url);
+ // Returns the flags that should be used with Extension::Create() for an
+ // extension that is already installed.
+ int GetExtensionCreateFlagsForInstalledExtension(
+ const ExtensionInfo* info);
+
base::WeakPtrFactory<ExtensionService> weak_ptr_factory_;
ScopedRunnableMethodFactory<ExtensionService> method_factory_;
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/browser/extensions/extension_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698