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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2971783002: Skeleton for showing "Show all saved passwords row" for Linux/CrOs/Windows platforms (Closed)
Patch Set: . Created 3 years, 5 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 6426ff44ee925447d9d03662eb8d2d8307f5729b..2e4924cb7e6d1fdab5fd2e200df711b048238ee4 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -586,7 +586,7 @@ const char kNoSupervisedUserAcknowledgmentCheck[] =
"no-managed-user-acknowledgment-check";
// Launches URL in new browser window.
-const char kOpenInNewWindow[] = "new-window";
+const char kOpenInNewWindow[] = "new-window";
// The time that a new chrome process which is delegating to an already running
// chrome process started. (See ProcessSingleton for more details.)

Powered by Google App Engine
This is Rietveld 408576698