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

Unified Diff: extensions/browser/info_map.h

Issue 2892403002: Introduce lock screen app context to extension features (Closed)
Patch Set: . Created 3 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/info_map.h
diff --git a/extensions/browser/info_map.h b/extensions/browser/info_map.h
index e77b4b5880ea6d411350dedc9d94b4aebca902db..5aaac542756b0b30207a7d6a3d496e940e9a2ee6 100644
--- a/extensions/browser/info_map.h
+++ b/extensions/browser/info_map.h
@@ -86,6 +86,9 @@ class InfoMap : public base::RefCountedThreadSafe<InfoMap> {
void SetContentVerifier(ContentVerifier* verifier);
ContentVerifier* content_verifier() { return content_verifier_.get(); }
+ // Marks the extensions in this info map as running in lock screen context.
+ void SetIsLockScreenContext(bool is_lock_screen_context);
+
private:
friend class base::RefCountedThreadSafe<InfoMap>;

Powered by Google App Engine
This is Rietveld 408576698