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

Side by Side Diff: ios/chrome/browser/resources/Settings.bundle/Root.plist

Issue 2564583002: Upstream Settings.bundle used by experimental_flags.{h,mm}. (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>StringsTable</key>
6 <string>Root</string>
7 <key>PreferenceSpecifiers</key>
8 <array>
9 <dict>
10 <key>Type</key>
11 <string>PSGroupSpecifier</string>
12 <key>Title</key>
13 <string>About</string>
14 </dict>
15 <dict>
16 <key>Type</key>
17 <string>PSTitleValueSpecifier</string>
18 <key>Title</key>
19 <string>Version</string>
20 <key>Key</key>
21 <string>Version</string>
22 <key>DefaultValue</key>
23 <string></string>
24 </dict>
25 <dict>
26 <key>Type</key>
27 <string>PSGroupSpecifier</string>
28 </dict>
29 <dict>
30 <key>Type</key>
31 <string>PSChildPaneSpecifier</string>
32 <key>Title</key>
33 <string>Experimental Settings</string>
34 <key>File</key>
35 <string>Experimental</string>
36 </dict>
37 </array>
38 </dict>
39 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698