chore: rename atom -> electron (#21986)
This commit is contained in:
parent
f14fc4b041
commit
d9321f4df7
287 changed files with 1771 additions and 1708 deletions
|
@ -10,13 +10,14 @@
|
|||
#include "content/public/browser/browser_thread.h"
|
||||
#include "content/public/browser/storage_partition.h"
|
||||
#include "net/cookies/canonical_cookie.h"
|
||||
#include "shell/browser/atom_browser_context.h"
|
||||
#include "shell/browser/electron_browser_context.h"
|
||||
|
||||
using content::BrowserThread;
|
||||
|
||||
namespace electron {
|
||||
|
||||
CookieChangeNotifier::CookieChangeNotifier(AtomBrowserContext* browser_context)
|
||||
CookieChangeNotifier::CookieChangeNotifier(
|
||||
ElectronBrowserContext* browser_context)
|
||||
: browser_context_(browser_context), receiver_(this) {
|
||||
StartListening();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue