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

Unified Diff: chrome/browser/about_flags.cc

Issue 782823002: Remove flag for Remote Assistance on Chrome OS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Leave histogram unchanged for data decoding in older versions Created 6 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 362351f58e65158cb9fdf5f2ca867ad41446e57a..a290b02298f8c379840eb6c4d432006c85931c38 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2004,13 +2004,6 @@ const Experiment kExperiments[] = {
#endif
#if defined(OS_CHROMEOS)
{
- "enable-remote-assistance",
- IDS_FLAGS_ENABLE_REMOTE_ASSISTANCE_NAME,
- IDS_FLAGS_ENABLE_REMOTE_ASSISTANCE_DESCRIPTION,
- kOsCrOS,
- SINGLE_VALUE_TYPE(extensions::switches::kEnableRemoteAssistance)
- },
- {
"disable-new-zip-unpacker",
IDS_FLAGS_DISABLE_NEW_ZIP_UNPACKER_NAME,
IDS_FLAGS_DISABLE_NEW_ZIP_UNPACKER_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698