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

Unified Diff: components/signin/core/common/profile_management_switches.h

Issue 340723002: Revert 277793 "Enable consistent identity on android platform by..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2056/src/
Patch Set: Created 6 years, 6 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
Index: components/signin/core/common/profile_management_switches.h
===================================================================
--- components/signin/core/common/profile_management_switches.h (revision 277945)
+++ components/signin/core/common/profile_management_switches.h (working copy)
@@ -9,10 +9,6 @@
#ifndef CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
#define CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_
-namespace base {
-class CommandLine;
-}
-
namespace switches {
// Checks whether account consistency is enabled.
@@ -41,10 +37,6 @@
// Whether the new profile management preview has been enabled.
bool IsNewProfileManagementPreviewEnabled();
-// Called in tests to force enabling different modes.
-void EnableNewProfileManagementForTesting(base::CommandLine* command_line);
-void EnableAccountConsistencyForTesting(base::CommandLine* command_line);
-
} // namespace switches
#endif // CHROME_COMMON_PROFILE_MANAGEMENT_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698