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

Unified Diff: chrome/browser/about_flags.cc

Issue 2552903003: Remove unreleased web app frame code from ChromeOS (Closed)
Patch Set: Nits Created 4 years 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 71052d38d06c8483444d9f7fd9a46e382a5fd2cd..6e822218ef885cf3199445a433c10e6e54f17861 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1414,11 +1414,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_EMBEDDED_EXTENSION_OPTIONS_DESCRIPTION, kOsDesktop,
SINGLE_VALUE_TYPE(extensions::switches::kEnableEmbeddedExtensionOptions)},
#endif // ENABLE_EXTENSIONS
-#if defined(USE_ASH)
- {"enable-web-app-frame", IDS_FLAGS_WEB_APP_FRAME_NAME,
- IDS_FLAGS_WEB_APP_FRAME_DESCRIPTION, kOsWin | kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kEnableWebAppFrame)},
-#endif // USE_ASH
{"drop-sync-credential", IDS_FLAGS_DROP_SYNC_CREDENTIAL_NAME,
IDS_FLAGS_DROP_SYNC_CREDENTIAL_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(password_manager::features::kDropSyncCredential)},

Powered by Google App Engine
This is Rietveld 408576698