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

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

Issue 2555693008: Remove obsolete strings file as they are not required. (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
1 <?xml version="1.0" encoding="UTF-8"?> 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"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>StringsTable</key>
6 <string>Root</string>
7 <key>PreferenceSpecifiers</key> 5 <key>PreferenceSpecifiers</key>
8 <array> 6 <array>
9 <dict> 7 <dict>
10 <key>Type</key> 8 <key>Type</key>
11 <string>PSGroupSpecifier</string> 9 <string>PSGroupSpecifier</string>
12 <key>Title</key> 10 <key>Title</key>
13 <string>About</string> 11 <string>About</string>
14 </dict> 12 </dict>
15 <dict> 13 <dict>
16 <key>Type</key> 14 <key>Type</key>
(...skipping 13 matching lines...) Expand all
30 <key>Type</key> 28 <key>Type</key>
31 <string>PSChildPaneSpecifier</string> 29 <string>PSChildPaneSpecifier</string>
32 <key>Title</key> 30 <key>Title</key>
33 <string>Experimental Settings</string> 31 <string>Experimental Settings</string>
34 <key>File</key> 32 <key>File</key>
35 <string>Experimental</string> 33 <string>Experimental</string>
36 </dict> 34 </dict>
37 </array> 35 </array>
38 </dict> 36 </dict>
39 </plist> 37 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698