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

Issue 3064002: Landing OEM customization CL for Denis... (Closed)

Created:
10 years, 5 months ago by Dmitry Polukhin
Modified:
9 years, 7 months ago
Reviewers:
dr, Nikita (slow)
CC:
chromium-reviews, brettw-cc_chromium.org, nkostylev+cc_chromium.org, davemoore+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

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. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53641

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 8

Patch Set 4 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -148 lines) Patch
M chrome/browser/browser_init.h View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/browser_init.cc View 1 2 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/browser_main.cc View 1 2 3 chunks +0 lines, -37 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.cc View 2 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/chromeos/login/string_fetcher.h View 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/string_fetcher.cc View 2 3 1 chunk +49 lines, -0 lines 1 comment Download
M chrome/browser/chromeos/login/wizard_controller.h View 1 2 5 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 3 11 chunks +122 lines, -35 lines 0 comments Download
M chrome/browser/chromeos/testdata/services_manifest.json View 1 2 1 chunk +0 lines, -19 lines 0 comments Download
M chrome/browser/chromeos/testdata/startup_manifest.json View 1 2 1 chunk +0 lines, -23 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Dmitry Polukhin
10 years, 5 months ago (2010-07-26 09:46:28 UTC) #1
Nikita (slow)
http://codereview.chromium.org/3064002/diff/11004/21005 File chrome/browser/chromeos/login/string_fetcher.cc (right): http://codereview.chromium.org/3064002/diff/11004/21005#newcode15 chrome/browser/chromeos/login/string_fetcher.cc:15: DCHECK(url.is_valid()); What will happen in release if URL is ...
10 years, 5 months ago (2010-07-26 10:28:44 UTC) #2
Dmitry Polukhin
http://codereview.chromium.org/3064002/diff/11004/21005 File chrome/browser/chromeos/login/string_fetcher.cc (right): http://codereview.chromium.org/3064002/diff/11004/21005#newcode15 chrome/browser/chromeos/login/string_fetcher.cc:15: DCHECK(url.is_valid()); On 2010/07/26 10:28:44, Nikita Kostylev wrote: > What ...
10 years, 5 months ago (2010-07-26 13:57:29 UTC) #3
Nikita (slow)
10 years, 5 months ago (2010-07-26 15:05:24 UTC) #4
LGTM

http://codereview.chromium.org/3064002/diff/5002/30005
File chrome/browser/chromeos/login/string_fetcher.cc (right):

http://codereview.chromium.org/3064002/diff/5002/30005#newcode18
chrome/browser/chromeos/login/string_fetcher.cc:18: response_code_ = 404;
return;

Powered by Google App Engine
This is Rietveld 408576698