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

Unified Diff: child_job.h

Issue 6882055: Revert "Add support for removing and adding --dom-login from arguments" (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: Created 9 years, 8 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
« no previous file with comments | « no previous file | child_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: child_job.h
diff --git a/child_job.h b/child_job.h
index 9ffdec4af59bf350f810685c558b16ff6368437e..c218ba663338c6838c93c83712e4302e2f693876 100644
--- a/child_job.h
+++ b/child_job.h
@@ -99,7 +99,6 @@ class ChildJob : public ChildJobInterface {
static const char kLoginManagerFlag[];
// The flag to pass to chrome to tell it which user has logged in.
static const char kLoginUserFlag[];
- static const char kDOMLoginFlag[];
// The flag to pass to chrome when starting "Browse Without Sign In" mode.
static const char kBWSIFlag[];
// Suffix matched against each job's argv[0] to determine if it's the window
@@ -145,7 +144,6 @@ class ChildJob : public ChildJobInterface {
// Indicates if we removed login manager flag when session started so we
// add it back when session stops.
bool removed_login_manager_flag_;
- bool removed_dom_login_flag_;
FRIEND_TEST(ChildJobTest, InitializationTest);
FRIEND_TEST(ChildJobTest, ShouldStopTest);
« no previous file with comments | « no previous file | child_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698