From 83a4301fdb6b6f493837378c8b7214c7d6d27d06 Mon Sep 17 00:00:00 2001 From: "cmasone@google.com" Date: Mon, 22 Feb 2010 22:01:26 +0000 Subject: Refactor the authenticate-with-google code to prep for doing it inside chrome Review URL: http://codereview.chromium.org/650097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39641 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_switches.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/chrome_switches.h') diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 0785a56..5ec34b6 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -214,11 +214,11 @@ extern const char kZygoteProcess[]; extern const char kCookiePipe[]; extern const char kEnableGView[]; extern const char kLoginManager[]; +extern const char kInChromeAuth[]; // TODO(avayvod): Remove this flag when it's unnecessary for testing // purposes. extern const char kFirstLoginScreenName[]; extern const char kLoginScreenSize[]; -extern const char kSessionManagerPipe[]; extern const char kTestLoadLibcros[]; extern const char kProfile[]; extern const char kLoginProfile[]; -- cgit v1.1