summaryrefslogtreecommitdiffstats
path: root/chrome/app
Commit message (Collapse)AuthorAgeFilesLines
* Revert 125701 - Merge 123861 - Replace computer with mobile device in ↵nyquist@chromium.org2012-03-091-491/+184
| | | | | | | | | | | | | | | | | | | | | | | | Android strings. In many places in the string resources, the word computer or machine has been used. For Android mobile devices, that does not sound correct. This adds an Android-specific string where it is necessary to differentiate between computer and mobile device. BUG=114046 TEST=Verify that strings show up correctly in Android build. Review URL: http://codereview.chromium.org/9455007 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9655007 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9646020 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125744 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 125715 - Merge 124589 - Prefix Android-string descriptions with Mobile:nyquist@chromium.org2012-03-091-64/+49
| | | | | | | | | | | | | | | | | | | | | | | Some strings currently have a specific version for Android, but the description attribute does not mention this. This prefixes "Mobile: " for all Android strings where the same message name is already in use, and Android just has a specific version of a string for mobile. BUG=114046 TEST=Verify that strings show up correctly in Android build. Review URL: http://codereview.chromium.org/9567017 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9657011 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9653014 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125743 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 125716 - Merge 125042 - Add short version of incognito NTP for mobile.nyquist@chromium.org2012-03-091-12/+1
| | | | | | | | | | | | | | | | | | | | | | This adds a short version of the incognito NTP to be used by smaller mobile devices. It also changes to singular 'mobile device' for the current Android incognito NTP. BUG=114046 TEST=Verify that strings show up correctly in Android build. Review URL: http://codereview.chromium.org/9585021 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9646012 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9646019 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125742 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 125717 - Merge 125048 - Revert smart phone -> mobile device stringnyquist@chromium.org2012-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | http://codereview.chromium.org/9455007/ changed 'smart phone' to 'mobile device' for IDS_CLOUD_PRINT_SETUP_ANYWHERE_EXPLAIN. This reverts this change. BUG=114046 TEST=Verify that strings show up correctly. Review URL: http://codereview.chromium.org/9602014 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9651011 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9657015 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125741 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 125726 - During a string merge in r125715, an old <if> wasn't removed.nyquist@chromium.org2012-03-091-0/+1
| | | | | | | | | Review URL: https://chromiumcodereview.appspot.com/9653010 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9646018 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125740 0039d316-1c4b-4281-b951-d872f2087c98
* During a string merge in r125715, an old <if> wasn't removed.tony@chromium.org2012-03-081-1/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9653010 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125726 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 125048 - Revert smart phone -> mobile device stringnyquist@chromium.org2012-03-081-1/+1
| | | | | | | | | | | | | | | | | http://codereview.chromium.org/9455007/ changed 'smart phone' to 'mobile device' for IDS_CLOUD_PRINT_SETUP_ANYWHERE_EXPLAIN. This reverts this change. BUG=114046 TEST=Verify that strings show up correctly. Review URL: http://codereview.chromium.org/9602014 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9651011 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125717 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 125042 - Add short version of incognito NTP for mobile.nyquist@chromium.org2012-03-081-1/+12
| | | | | | | | | | | | | | | | | | | This adds a short version of the incognito NTP to be used by smaller mobile devices. It also changes to singular 'mobile device' for the current Android incognito NTP. BUG=114046 TEST=Verify that strings show up correctly in Android build. Review URL: http://codereview.chromium.org/9585021 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9646012 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125716 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 124589 - Prefix Android-string descriptions with Mobile:nyquist@chromium.org2012-03-081-49/+64
| | | | | | | | | | | | | | | | | | | | Some strings currently have a specific version for Android, but the description attribute does not mention this. This prefixes "Mobile: " for all Android strings where the same message name is already in use, and Android just has a specific version of a string for mobile. BUG=114046 TEST=Verify that strings show up correctly in Android build. Review URL: http://codereview.chromium.org/9567017 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9657011 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125715 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 123861 - Replace computer with mobile device in Android strings.nyquist@chromium.org2012-03-081-184/+491
| | | | | | | | | | | | | | | | | | | In many places in the string resources, the word computer or machine has been used. For Android mobile devices, that does not sound correct. This adds an Android-specific string where it is necessary to differentiate between computer and mobile device. BUG=114046 TEST=Verify that strings show up correctly in Android build. Review URL: http://codereview.chromium.org/9455007 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/9655007 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@125701 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1025karen@chromium.org2012-02-29154-11103/+20365
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@124063 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 120608 - [uber page] Disable uber page for M18 branch. This will be ↵csilv@chromium.org2012-02-061-4/+4
| | | | | | | | | | | | reverted on trunk. BUG=none Review URL: https://chromiumcodereview.appspot.com/9332013 TBR=csilv@chromium.org Review URL: https://chromiumcodereview.appspot.com/9330008 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120610 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 120248 - Minor tweaks to the sync promo pagesail@chromium.org2012-02-031-0/+0
| | | | | | | | | | | | BUG=112186 TEST= Review URL: https://chromiumcodereview.appspot.com/9309066 TBR=sail@chromium.org Review URL: https://chromiumcodereview.appspot.com/9317087 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120366 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 120028 - options: Open Google Dashboard link in a new tabtbreisacher@chromium.org2012-02-031-1/+1
| | | | | | | | | | | | BUG=112137 TEST=sign into Chrome, open settings page, click Google Dashboard link Review URL: https://chromiumcodereview.appspot.com/9310006 TBR=tbreisacher@chromium.org Review URL: https://chromiumcodereview.appspot.com/9325031 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120352 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 120002 - Make change button in first run bubble not be defaultsail@chromium.org2012-02-021-4/+4
| | | | | | | | | | | | | | | xib changes: Cleared the "Key Equiv" field from the Change button. BUG=112204 TEST= Review URL: http://codereview.chromium.org/9307017 TBR=sail@chromium.org Review URL: https://chromiumcodereview.appspot.com/9307071 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120243 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 119886 - [cros] Strings for the password changed message on sign-in ↵altimofeev@chromium.org2012-02-021-0/+5
| | | | | | | | | | | | | | | screen [part 3] BUG=chromium-os:24984 TEST=manual Review URL: http://codereview.chromium.org/9303026 TBR=altimofeev@chromium.org Review URL: https://chromiumcodereview.appspot.com/9309054 git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120210 0039d316-1c4b-4281-b951-d872f2087c98
* [uber page] Favicon support for uber page.csilv@chromium.org2012-01-311-0/+1
| | | | | | | | BUG=111538 TEST=Verify that favicons show up for settings, extensions. Review URL: https://chromiumcodereview.appspot.com/9223029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119804 0039d316-1c4b-4281-b951-d872f2087c98
* [NTP4] Experiment for adding Chrome Web Store link to footer.dbeam@chromium.org2012-01-312-1/+3
| | | | | | | | | | | | Contributed by Ori Gershony <orig@chromium.org>. BUG=106580 R=orig@chromium.org,estade@chromium.org TEST=Use --enable-webstore-link to force the experiment on. Review URL: https://chromiumcodereview.appspot.com/9303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119793 0039d316-1c4b-4281-b951-d872f2087c98
* correct casing on some extensions stringsestade@chromium.org2012-01-311-13/+37
| | | | | | | | | | | mostly for the page action context menu, but also used elsewhere such as panels BUG=106781 TEST=on win/chromeos, sentence case. Elsewhere, title. Review URL: https://chromiumcodereview.appspot.com/9289037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119779 0039d316-1c4b-4281-b951-d872f2087c98
* Add strings from new mocks for intents picker.gbillock@chromium.org2012-01-301-0/+12
| | | | | | | | | | | R=jhawkins@chromium.org BUG=110636 TEST=None Review URL: http://codereview.chromium.org/9121059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119718 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate options/preferences terminology to 'Settings'.csilv@chromium.org2012-01-303-144/+59
| | | | | | | | BUG=109939 TEST=Verify settings window uses 'Settings' terminology on all platforms. Review URL: https://chromiumcodereview.appspot.com/9295045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119687 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Strings for the password changed message on sign-in screen.altimofeev@chromium.org2012-01-301-0/+3
| | | | | | | | | | BUG=chromium-os:24984 TEST=manual Review URL: http://codereview.chromium.org/9302001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119676 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Strings for the bubble shown when syns re-sign in is needed.altimofeev@chromium.org2012-01-301-0/+6
| | | | | | | | | | BUG=chromium-os:24883 TEST=manual Review URL: http://codereview.chromium.org/9225057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119669 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust bookmark folder icon by 1 pixel to align with new text position.dubroy@chromium.org2012-01-301-0/+0
| | | | | | | | | BUG=101338 TEST=Look at a bookmark folder in the bookmarks bar on Mac. Title should be visually aligned with the icon. Review URL: https://chromiumcodereview.appspot.com/9016013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119663 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Strings for sync re-sign in wrench menu item.altimofeev@chromium.org2012-01-301-0/+10
| | | | | | | | | | | | CHROMEOS suffix is a temporary workaround. It'll be deleted when corresponding item action is implemented in CrOS. Also "<if>" statement will be added. BUG=chromium-os:24883 TEST=manual Review URL: http://codereview.chromium.org/9121072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119658 0039d316-1c4b-4281-b951-d872f2087c98
* Add enable-shadow-dom command line flag.hayato@chromium.org2012-01-301-0/+6
| | | | | | | | | | BUG=111112 TEST=Run chrome with '--enable-shadow-dom' and enter 'new WebKitShadowRoot(document.createElement('div'))' in Console. Review URL: http://codereview.chromium.org/9285014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119652 0039d316-1c4b-4281-b951-d872f2087c98
* Update a bunch of help center URLs.derat@chromium.org2012-01-291-3/+0
| | | | | | | | | | | | | | | This updates the first wave of links from https://www.google.com/support/chrome paths to https://support.google.com/chrome. We also don't need locale parameters on these links. BUG=111556 TEST=manual TBR=dhollowa Review URL: http://codereview.chromium.org/9234077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119635 0039d316-1c4b-4281-b951-d872f2087c98
* Enable sync promo layout experimentssail@chromium.org2012-01-281-10/+1
| | | | | | | | | | | | | This CL enables the new sync promo layouts using two different methods: - for stable channel the sync promo layout is determined by the brand code - for all other channels users are randomly assigned a layout using base::FieldTrial BUG=111292 TEST= Review URL: https://chromiumcodereview.appspot.com/9223007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119625 0039d316-1c4b-4281-b951-d872f2087c98
* Update sync promo pagesail@chromium.org2012-01-283-11/+18
| | | | | | | | | | | | | | This CL updates the default sync promo page and adds 3 new experimental layouts. Currently the experimental layout can be viewed by running chrome with --sync-promo-version=n where n is between 0 and 3. Screenshots: http://imgur.com/a/Smjmh See bugs for mockups. BUG=107623 TEST= Review URL: https://chromiumcodereview.appspot.com/9117046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119624 0039d316-1c4b-4281-b951-d872f2087c98
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ↵erg@chromium.org2012-01-281-1/+1
| | | | | | | | | | | | files. BUG=111326 R=jam TBR=sky,tony,ajwong,ananta Review URL: http://codereview.chromium.org/9232060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119566 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Add the product channel to crash reports.thestig@chromium.org2012-01-281-22/+21
| | | | | | | | | BUG=96179 TEST=none Review URL: http://codereview.chromium.org/9288055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119565 0039d316-1c4b-4281-b951-d872f2087c98
* Add Malay as a translation.tony@chromium.org2012-01-2817-16/+53
| | | | | | | | | | | | The language code is ms. This adds the necessary files to generate the locale pak file. Translations will arrive later. BUG=111670 TBR=gfeher Review URL: http://codereview.chromium.org/9232056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119548 0039d316-1c4b-4281-b951-d872f2087c98
* Settings: Fix the instant string to match the mock.jhawkins@chromium.org2012-01-281-2/+1
| | | | | | | | | | BUG=none TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/9221021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119539 0039d316-1c4b-4281-b951-d872f2087c98
* New sync info graphic icon (chromium)sail@chromium.org2012-01-271-0/+0
| | | | | | | | BUG=107623 TEST= Review URL: https://chromiumcodereview.appspot.com/9297011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119514 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Display File shelf instead of Chromebook in breadcrumb."bshe@chromium.org2012-01-271-3/+0
| | | | | | | | | | | | | | | | This reverts commit 960228a5d2a476fa41f1d7c6fbdaed225eb9616e. Codereview site is http://codereview.chromium.org/9227009/ We decide to use Chromebook in breadcrumb for simplicity in R18. BUG=chromium-os:25007 TEST=Open file manager and select Chromebook in the left panel. It should say "Chromebook" in the breadcrumbs. Review URL: http://codereview.chromium.org/9146047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119494 0039d316-1c4b-4281-b951-d872f2087c98
* Make about:flag for HistoryURL aggressiveness a three way choice: auto, on, off.mpearson@chromium.org2012-01-271-0/+9
| | | | | | | | | | | | | This will be handy in preperation for a field trial of turning this flag on. (Automatic will be the group that gets put in the field trial.) BUG= TEST= Review URL: http://codereview.chromium.org/9235071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119492 0039d316-1c4b-4281-b951-d872f2087c98
* Preview panel animaiton tweak.bshe@chromium.org2012-01-271-3/+0
| | | | | | | | | | | | | | | This CL tweaks the preview panel animation. The preview panel is now a unit when animating away. No content in the panel change during animation. It also eliminates the checkbox flickring issue when deselect files. BUG=chromium-os:23175 TEST=Open file manager->select a file->deselect that file->observe the bottom panel. The panel should ease out as a unit. Review URL: http://codereview.chromium.org/9117053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119487 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for error messages during Bluetooth pairing.kevers@chromium.org2012-01-271-1/+19
| | | | | | | | | | BUG=chromium:110586 TEST= Review URL: http://codereview.chromium.org/9160037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119480 0039d316-1c4b-4281-b951-d872f2087c98
* Apply individual policies for the various parts of device status reports.dubroy@chromium.org2012-01-271-1/+14
| | | | | | | | | | | | BUG=chromium-os:24308 TEST=Modified DeviceStatusCollectorTest in unit_tests to check that portions of the status are only included when the appropriate pref is enabled. Review URL: http://codereview.chromium.org/9289017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119470 0039d316-1c4b-4281-b951-d872f2087c98
* [uber page] Enable Uber page by default.csilv@chromium.org2012-01-271-0/+7
| | | | | | | | | | | | - Forward settings and extensions URLS to the uber page. - Add command-line switch and about flag for disabling uber page. - Add support for invoking subpage URLS via the uber page. BUG=110656 TEST=Exercise settings/extensions URLS with and without flag set. Review URL: https://chromiumcodereview.appspot.com/9234010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119395 0039d316-1c4b-4281-b951-d872f2087c98
* Strings for the pepper broker infobarcpu@chromium.org2012-01-271-0/+11
| | | | | | | | | | | - Same for all flavors of chrome and chromium BUG=100960 TEST=none Review URL: http://codereview.chromium.org/9271089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119384 0039d316-1c4b-4281-b951-d872f2087c98
* Keep infobar visible during plug-in installation and show installation state.bauerb@chromium.org2012-01-261-0/+3
| | | | | | | | | | | | Instead of dismissing the infobar when the user accepts it, it's now dismissed when the last missing plug-in placeholder is gone (because we loaded the actual plug-in). BUG=110701 TEST=none Review URL: http://codereview.chromium.org/9269007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119246 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the first-run search engine dialog/ballot.msw@chromium.org2012-01-263-1420/+0
| | | | | | | | | | | | | | | | | | | No changes to the Gtk and Mac first-run (reporting & default browser) dialog. Tested optionally with GYP_DEFINES="branding=Chrome" and "--first-run --organic". Chromium (all platforms): Shows the browser window directly (no dialog). Chrome (Windows): Shows the browser window directly (no dialog). Chrome (Linux and Mac): Shows the first-run (reporting & default browser) dialog before the browser window. TODO(msw): Close crbug.com/111062 for removed test. TODO(msw): Remove search engine icon/image resources (TemplateURL::logo_id_). BUG=107005 TEST=No more standalone search engine selection dialog/ballot, Gtk and Mac first-run dialog works as before. Review URL: http://codereview.chromium.org/9285002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119189 0039d316-1c4b-4281-b951-d872f2087c98
* [NTP4] NTP experiment for adding Chrome Web Store link to footer.dbeam@chromium.org2012-01-261-0/+0
| | | | | | | | | | | | Add the chromium version of the 24x24 CWS icon required for this bug. R=estade@chromium.org BUG=106580 TEST=Image looks normal, is in right place. Review URL: https://chromiumcodereview.appspot.com/9235048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119161 0039d316-1c4b-4281-b951-d872f2087c98
* Draw new tab button with tab backgroundsail@chromium.org2012-01-252-6/+18
| | | | | | | | | | | | | | | | | | | | | | Currently the new tab button is drawn with a semi-transparent image blended with the window background color. This CL changes the drawing code so that we now use the inactive tab background image as the button's background. I've removed the fill from the newtab button images so that they just contain the border and shadow. The main benefit of this approach is that the button now matches the look of inactive tabs. Note, I'm only implementing this on views for now. Once this is implemented on all platforms we can remove the old button images. Screenshots: http://imgur.com/a/iez8r Note, this is the non-binary portion of this CL: http://codereview.chromium.org/9252026/ BUG=100775 TEST= Review URL: https://chromiumcodereview.appspot.com/9290009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119099 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Changes strings which are used on the password changed view.altimofeev@chromium.org2012-01-251-5/+3
| | | | | | | | | | | | Also changes the order the variants are suggested. BUG=chromium-os:23360 TEST=manual Review URL: http://codereview.chromium.org/9234026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119083 0039d316-1c4b-4281-b951-d872f2087c98
* Fix supported_on list for some policies.joaodasilva@chromium.org2012-01-251-5/+5
| | | | | | | | | | BUG=106077, 43281 TEST=EnableOriginBoundCerts and EnableMemoryInfo policies are available on ChromeOS Review URL: http://codereview.chromium.org/9160030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119071 0039d316-1c4b-4281-b951-d872f2087c98
* Add policies for specific parts of device status reports.dubroy@chromium.org2012-01-251-1/+27
| | | | | | | | | BUG=chromium-os:24308 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9284025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119058 0039d316-1c4b-4281-b951-d872f2087c98
* Move the `privacy` extension API out of experimental.mkwst@chromium.org2012-01-251-0/+3
| | | | | | | | | BUG=88030 TEST=browser_test (ExtensionAPITest.Preference*) Review URL: https://chromiumcodereview.appspot.com/9244005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119031 0039d316-1c4b-4281-b951-d872f2087c98
* Images for the new tab buttonsail@chromium.org2012-01-254-0/+0
| | | | | | | | | | | | | This is from: http://codereview.chromium.org/9252026/ I'm splitting this out into a separate CL. BUG=100775 TEST= Review URL: https://chromiumcodereview.appspot.com/9234018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119024 0039d316-1c4b-4281-b951-d872f2087c98