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

Unified Diff: chrome/browser/about_flags.cc

Issue 1339963002: Omit save_password_infobar.cc from the build when unused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn changes Created 5 years, 3 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/password_manager/chrome_password_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b83440722a8cf6156c77b5f35e2fc56c83cf6b14..606f52b5cc4f49b95cd6efed38ef26e79782026c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1578,12 +1578,14 @@ const Experiment kExperiments[] = {
kOsDesktop,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableSettingsWindow,
switches::kDisableSettingsWindow)},
+#if defined(OS_MACOSX)
{"enable-save-password-bubble",
IDS_FLAGS_ENABLE_SAVE_PASSWORD_BUBBLE_NAME,
IDS_FLAGS_ENABLE_SAVE_PASSWORD_BUBBLE_DESCRIPTION,
- kOsWin | kOsLinux | kOsCrOS | kOsMac,
+ kOsMac,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableSavePasswordBubble,
switches::kDisableSavePasswordBubble)},
+#endif
{"enable-apps-file-associations",
IDS_FLAGS_ENABLE_APPS_FILE_ASSOCIATIONS_NAME,
IDS_FLAGS_ENABLE_APPS_FILE_ASSOCIATIONS_DESCRIPTION,
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/password_manager/chrome_password_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698