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

Unified Diff: extensions/browser/info_map.h

Issue 964553002: Remove support for special "sign in process" state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocl3
Patch Set: rebased Created 5 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
« no previous file with comments | « extensions/browser/api/web_request/web_request_permissions.cc ('k') | extensions/browser/info_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/info_map.h
diff --git a/extensions/browser/info_map.h b/extensions/browser/info_map.h
index b5ea0deb554667481054a301ebf0569523d5d43a..3a30dd4b03105d0e2ab6069599125232c5ef978b 100644
--- a/extensions/browser/info_map.h
+++ b/extensions/browser/info_map.h
@@ -96,11 +96,6 @@ class InfoMap : public base::RefCountedThreadSafe<InfoMap> {
// Returns the IO thread QuotaService. Creates the instance on first call.
QuotaService* GetQuotaService();
- // Keep track of the signin process, so we can restrict extension access to
- // it.
- void SetSigninProcess(int process_id);
- bool IsSigninProcess(int process_id) const;
-
// Notifications can be enabled/disabled in real time by the user.
void SetNotificationsDisabled(const std::string& extension_id,
bool notifications_disabled);
@@ -133,8 +128,6 @@ class InfoMap : public base::RefCountedThreadSafe<InfoMap> {
// Assignment of extensions to renderer processes.
extensions::ProcessMap process_map_;
- int signin_process_id_;
-
scoped_refptr<ContentVerifier> content_verifier_;
};
« no previous file with comments | « extensions/browser/api/web_request/web_request_permissions.cc ('k') | extensions/browser/info_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698