diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-13 16:49:47 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-13 16:49:47 +0000 |
commit | 574043bea0a1952fe90d1014eadaeb85976a1b05 (patch) | |
tree | 35ac364bbac7256bca450b724b136a0e56ab0d1e /chrome/test/data | |
parent | b672d5fcce4beff54ff029ffd57b396c365d0bd2 (diff) | |
download | chromium_src-574043bea0a1952fe90d1014eadaeb85976a1b05.zip chromium_src-574043bea0a1952fe90d1014eadaeb85976a1b05.tar.gz chromium_src-574043bea0a1952fe90d1014eadaeb85976a1b05.tar.bz2 |
Enable StartupTest.PerfColdComplexTheme, and add rewriting of Preference file to ensure that the images are picked up for the complex theme tests.
BUG= http://crbug.com/18767
TEST= none
Review URL: http://codereview.chromium.org/164402
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rw-r--r-- | chrome/test/data/profiles/complex_theme/Default/PreferencesTemplate (renamed from chrome/test/data/profiles/complex_theme/Default/Preferences) | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/chrome/test/data/profiles/complex_theme/Default/Preferences b/chrome/test/data/profiles/complex_theme/Default/PreferencesTemplate index 46435c4..227f142 100644 --- a/chrome/test/data/profiles/complex_theme/Default/Preferences +++ b/chrome/test/data/profiles/complex_theme/Default/PreferencesTemplate @@ -1,5 +1,12 @@ { + "download": { + "directory_upgrade": true, + "extensions_to_open": "" + }, "extensions": { + "autoupdate": { + "next_check": "12894520286433189" + }, "settings": { "mblmlcbknbnfebdfjnolmcapmdofhmme": { "location": 1, @@ -26,12 +33,12 @@ }, "id": "mblmlcbknbnfebdfjnolmcapmdofhmme", "images": { - "theme_button_background": "..\\test\\data\\profiles\\complex_theme\\Default\\Extensions\\mblmlcbknbnfebdfjnolmcapmdofhmme\\1.1\\i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYwsgCDA", - "theme_frame": "..\\test\\data\\profiles\\complex_theme\\Default\\Extensions\\mblmlcbknbnfebdfjnolmcapmdofhmme\\1.1\\i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYw8gCDA", - "theme_ntp_background": "..\\test\\data\\profiles\\complex_theme\\Default\\Extensions\\mblmlcbknbnfebdfjnolmcapmdofhmme\\1.1\\i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYj9gCDA", - "theme_tab_background": "..\\test\\data\\profiles\\complex_theme\\Default\\Extensions\\mblmlcbknbnfebdfjnolmcapmdofhmme\\1.1\\i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUY_c8CDA", - "theme_toolbar": "..\\test\\data\\profiles\\complex_theme\\Default\\Extensions\\mblmlcbknbnfebdfjnolmcapmdofhmme\\1.1\\i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYnMgCDA", - "theme_window_control_background": "..\\test\\data\\profiles\\complex_theme\\Default\\Extensions\\mblmlcbknbnfebdfjnolmcapmdofhmme\\1.1\\i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYjNgCDA" + "theme_button_background": "$1/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYwsgCDA", + "theme_frame": "$1/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYw8gCDA", + "theme_ntp_background": "$1/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYj9gCDA", + "theme_tab_background": "$1/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUY_c8CDA", + "theme_toolbar": "$1/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYnMgCDA", + "theme_window_control_background": "$1/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYjNgCDA" }, "properties": { "ntp_background_alignment": "top", @@ -48,6 +55,9 @@ "name": "Not Signed In", "nickname": "not-signed-in" }, + "session": { + "urls_to_restore_on_startup": [ ] + }, "spellcheck": { "dictionary": "en-US" } |