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

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

Issue 2149953002: Enable login screen apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest Created 3 years, 9 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/chrome_process_manager_delegate.h
diff --git a/chrome/browser/extensions/chrome_process_manager_delegate.h b/chrome/browser/extensions/chrome_process_manager_delegate.h
index ce077fc2bc7fb5e4bdfab57817a19424e5656df5..1bd0d422be12a2d75c07e5cb0c69e1acfb7465e0 100644
--- a/chrome/browser/extensions/chrome_process_manager_delegate.h
+++ b/chrome/browser/extensions/chrome_process_manager_delegate.h
@@ -25,7 +25,11 @@ class ChromeProcessManagerDelegate : public ProcessManagerDelegate,
~ChromeProcessManagerDelegate() override;
// ProcessManagerDelegate implementation:
- bool IsBackgroundPageAllowed(content::BrowserContext* context) const override;
+ bool AreBackgroundPagesAllowedForContext(
+ content::BrowserContext* context) const override;
+ bool IsExtensionBackgroundPageAllowed(
+ content::BrowserContext* context,
+ const Extension* extension) const override;
bool DeferCreatingStartupBackgroundHosts(
content::BrowserContext* context) const override;

Powered by Google App Engine
This is Rietveld 408576698