chore: add/fix interface comments for sections of methods (#42566)
This commit is contained in:
parent
18abeb3add
commit
003c32331d
46 changed files with 58 additions and 13 deletions
|
@ -51,7 +51,6 @@ class BrowserProcessImpl : public BrowserProcess {
|
|||
|
||||
static void ApplyProxyModeFromCommandLine(ValueMapPrefStore* pref_store);
|
||||
|
||||
BuildState* GetBuildState() override;
|
||||
void PostEarlyInitialization();
|
||||
void PreCreateThreads();
|
||||
void PreMainMessageLoopRun();
|
||||
|
@ -68,6 +67,8 @@ class BrowserProcessImpl : public BrowserProcess {
|
|||
}
|
||||
#endif
|
||||
|
||||
// BrowserProcess
|
||||
BuildState* GetBuildState() override;
|
||||
void EndSession() override {}
|
||||
void FlushLocalStateAndReply(base::OnceClosure reply) override {}
|
||||
bool IsShuttingDown() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue