From 8e0e513103bb5dc6ff104c669432c3aba4af18d3 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Wed, 24 Nov 2010 14:41:41 +0000 Subject: net: disable the Snap Start command line flag. We're not ready for external people to start playing with this yet. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67260 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/about_flags.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'chrome/browser/about_flags.cc') diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 722cd5d..bb52310 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -221,13 +221,6 @@ const Experiment kExperiments[] = { switches::kEnableConfirmToQuit }, { - "snap-start", // FLAGS:RECORD_UMA - IDS_FLAGS_SNAP_START_NAME, - IDS_FLAGS_SNAP_START_DESCRIPTION, - kOsAll, - switches::kEnableSnapStart - }, - { "extension-apis", // FLAGS:RECORD_UMA IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_NAME, IDS_FLAGS_EXPERIMENTAL_EXTENSION_APIS_DESCRIPTION, -- cgit v1.1