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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/resources/Settings.bundle/Experimental.plist ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/resources/Settings.bundle/Root.plist
diff --git a/ios/chrome/browser/resources/Settings.bundle/Root.plist b/ios/chrome/browser/resources/Settings.bundle/Root.plist
new file mode 100644
index 0000000000000000000000000000000000000000..0ccc2ba64ff71f75367bbca98f10fda83ffe074a
--- /dev/null
+++ b/ios/chrome/browser/resources/Settings.bundle/Root.plist
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>PreferenceSpecifiers</key>
+ <array>
+ <dict>
+ <key>Type</key>
+ <string>PSGroupSpecifier</string>
+ <key>Title</key>
+ <string>About</string>
+ </dict>
+ <dict>
+ <key>Type</key>
+ <string>PSTitleValueSpecifier</string>
+ <key>Title</key>
+ <string>Version</string>
+ <key>Key</key>
+ <string>Version</string>
+ <key>DefaultValue</key>
+ <string></string>
+ </dict>
+ <dict>
+ <key>Type</key>
+ <string>PSGroupSpecifier</string>
+ </dict>
+ <dict>
+ <key>Type</key>
+ <string>PSChildPaneSpecifier</string>
+ <key>Title</key>
+ <string>Experimental Settings</string>
+ <key>File</key>
+ <string>Experimental</string>
+ </dict>
+ </array>
+</dict>
+</plist>
« 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