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

Unified Diff: chrome/browser/chromeos/testdata/startup_manifest.json

Issue 3064002: Landing OEM customization CL for Denis... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months 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/chromeos/testdata/startup_manifest.json
===================================================================
--- chrome/browser/chromeos/testdata/startup_manifest.json (revision 53614)
+++ chrome/browser/chromeos/testdata/startup_manifest.json (working copy)
@@ -1,23 +0,0 @@
-{
- // Required.
- "version": "1.0",
- "product_sku" : "SKU",
-
- // Optional.
- "initial_locale" : "ru",
- "initial_timezone" : "Asia/Tokyo",
- "background_color" : "#880088",
- "registration_url" : "http://www.google.com",
- "setup_content" : [
- {
- "content_locale" : "en_US",
- "help_page" : "setup_content/en_US/help.html",
- "eula_page" : "setup_content/en_US/eula.html",
- },
- {
- "content_locale" : "ru",
- "help_page" : "setup_content/ru/help.html",
- "eula_page" : "setup_content/ru/eula.html",
- },
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698