| Index: content/public/android/java/res/values/official-command-line.xml
|
| diff --git a/content/public/android/java/res/values/official-command-line.xml b/content/public/android/java/res/values/official-command-line.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4589501d7f0ed3b4d2befdfd5d9a71d33c6982c4
|
| --- /dev/null
|
| +++ b/content/public/android/java/res/values/official-command-line.xml
|
| @@ -0,0 +1,14 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +
|
| + Use of this source code is governed by a BSD-style license that can be
|
| + found in the LICENSE file.
|
| +-->
|
| +
|
| +<resources>
|
| + <string-array name="official_command_line">
|
| + <!-- Note: this value will be overridden by the identically named resource (if
|
| + one exists) in the apk that is being built. -->
|
| + <!-- Format: double-dashed command-line flags within <item></item> blocks. -->
|
| + </string-array>
|
| +</resources>
|
|
|