diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 11:15:18 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 11:15:18 +0000 |
commit | 5b6848fcd169864e88128cf0e711b8e39402cce8 (patch) | |
tree | 574ed4f88fd54c5f88fda379bdeb4657abe708b3 /chrome/common/chrome_switches.cc | |
parent | 4c5f5e94af81de61b2206aa3c732feec10f61309 (diff) | |
download | chromium_src-5b6848fcd169864e88128cf0e711b8e39402cce8.zip chromium_src-5b6848fcd169864e88128cf0e711b8e39402cce8.tar.gz chromium_src-5b6848fcd169864e88128cf0e711b8e39402cce8.tar.bz2 |
Put back 53641 - Landing OEM customization CL for Denis
Original CL http://codereview.chromium.org/3026006
Fixed problems with initial locale change freezing Chrome OS on the device.
Added creation of /home/chronos/.oobe_completed flag file.
Removed command line switches for testing customization manifests.
Added StringFetcher class implementation - URL fetcher that downloads content into std::string.
Refactored services customization integration.
Removed sample manifests from Chrome repository. They are submitted into Chromium OS repository at chromeos/src/platform/assets/oem_customization.
BUG=http://crosbug.com/1888
TEST=Manual. Changes to OEM customization manifests on partner partition, namely the initial locale, time zone, and startup page attributes should change OOBE UX accordingly.
Review URL: http://codereview.chromium.org/3064002
TBR= nkostylev@chromium.org
Review URL: http://codereview.chromium.org/2878056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 8022de8..132f460 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1032,14 +1032,6 @@ const char kChromeosFrame[] = "chromeos-frame"; // Set logging output to the given file. const char kChromeosLogToFile[] = "logtofile"; -// Specify startup customization manifest. -// TODO(denisromanov): delete this when not needed for testing. -const char kStartupManifest[] = "startup-manifest"; - -// Specify services customization manifest. -// TODO(denisromanov): delete this when not needed for testing. -const char kServicesManifest[] = "services-manifest"; - // Indicates that the browser is in "browse without sign-in" mode. // Should completely disable extensions, sync and bookmarks. const char kBWSI[] = "bwsi"; |