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

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: Remove obsolete strings file as they are not required. 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
« no previous file with comments | « ios/chrome/browser/resources/Settings.bundle/Experimental.plist ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>PreferenceSpecifiers</key>
6 <array>
7 <dict>
8 <key>Type</key>
9 <string>PSGroupSpecifier</string>
10 <key>Title</key>
11 <string>About</string>
12 </dict>
13 <dict>
14 <key>Type</key>
15 <string>PSTitleValueSpecifier</string>
16 <key>Title</key>
17 <string>Version</string>
18 <key>Key</key>
19 <string>Version</string>
20 <key>DefaultValue</key>
21 <string></string>
22 </dict>
23 <dict>
24 <key>Type</key>
25 <string>PSGroupSpecifier</string>
26 </dict>
27 <dict>
28 <key>Type</key>
29 <string>PSChildPaneSpecifier</string>
30 <key>Title</key>
31 <string>Experimental Settings</string>
32 <key>File</key>
33 <string>Experimental</string>
34 </dict>
35 </array>
36 </dict>
37 </plist>
OLDNEW
« no previous file with comments | « ios/chrome/browser/resources/Settings.bundle/Experimental.plist ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698