Skip to content

Commit

Permalink
Cherry pick PR #3528: Remove authmanager commandline switches (#3559)
Browse files Browse the repository at this point in the history
Refer to the original PR: #3528

These are entirely unused with AccountManager gone.

b/263138598

Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert authored Jun 13, 2024
1 parent f5c97a6 commit c1cc4f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions cobalt/browser/switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ const char kDisableRasterizerCachingHelp[] =
"is deprecated, the '--force_deterministic_rendering' flag should be "
"used instead which does the same thing.";

const char kDisableSignIn[] = "disable_sign_in";
const char kDisableSignInHelp[] =
"Disables sign-in on platforms that use H5VCC Account Manager.";

const char kDisableSplashScreenOnReloads[] = "disable_splash_screen_on_reloads";
const char kDisableSplashScreenOnReloadsHelp[] =
"Disables the splash screen on reloads; instead it will only appear on the "
Expand Down Expand Up @@ -454,7 +450,6 @@ std::string HelpMessage() {
{kDisableMediaEncryptionSchemes, kDisableMediaEncryptionSchemesHelp},
{kDisableOnScreenKeyboard, kDisableOnScreenKeyboardHelp},
{kDisableRasterizerCaching, kDisableRasterizerCachingHelp},
{kDisableSignIn, kDisableSignInHelp},
{kDisableSplashScreenOnReloads, kDisableSplashScreenOnReloadsHelp},
{kDisableWebDriver, kDisableWebDriverHelp},
{kExtraWebFileDir, kExtraWebFileDirHelp},
Expand Down
2 changes: 0 additions & 2 deletions cobalt/browser/switches.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ extern const char kDisableMediaEncryptionSchemesHelp[];
extern const char kDisableOnScreenKeyboard[];
extern const char kDisableOnScreenKeyboardHelp[];
extern const char kDisableRasterizerCaching[];
extern const char kDisableSignIn[];
extern const char kDisableSignInHelp[];
extern const char kDisableSplashScreenOnReloads[];
extern const char kDisableSplashScreenOnReloadsHelp[];
extern const char kDisableWebDriver[];
Expand Down

0 comments on commit c1cc4f1

Please sign in to comment.