summaryrefslogtreecommitdiffstats
path: root/chrome/app
Commit message (Collapse)AuthorAgeFilesLines
* Add instructions in the Languages and Input dialog per a mock from UX.satorux@chromium.org2010-08-121-0/+16
| | | | | | | | | TEST=manually BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/3117003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55832 0039d316-1c4b-4281-b951-d872f2087c98
* Add event traces to measure the performance of the function which pre reads ↵ananta@chromium.org2010-08-121-0/+3
| | | | | | | | | | | chrome.dll to improve startup performance. Bug=51638 TBR=stoyan Review URL: http://codereview.chromium.org/3158008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55828 0039d316-1c4b-4281-b951-d872f2087c98
* Implement DOMUI version of key repeat options.yusukes@chromium.org2010-08-121-0/+3
| | | | | | | | | | | | | | | | Added "Keyboard" section to chromeos_system_options.html which has the following: - "Repeat keys" checkbox. - "Key repeat delay" slider. - "Key repeat speed" slider. This CL depends on http://codereview.chromium.org/3023044/. BUG=chromium-os:5481 TEST=manually Review URL: http://codereview.chromium.org/3154002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55827 0039d316-1c4b-4281-b951-d872f2087c98
* Adding remoting setup to wrench menuhclam@chromium.org2010-08-122-0/+19
| | | | | | | | | | | | | | pranvak@ is OOO so I'm submitting for him. This patch will add a menu in wrench menu to start the chromoting setup flow. Submit for: pranvak@chromium.org Reviewed: http://codereview.chromium.org/3075024/show Review URL: http://codereview.chromium.org/3134003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55815 0039d316-1c4b-4281-b951-d872f2087c98
* Adding AMD and AMDX policy for configuring extension install blacklist and ↵finnur@chromium.org2010-08-113-1/+67
| | | | | | | | | | | whitelist. BUG=None TEST=None Review URL: http://codereview.chromium.org/3159005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55728 0039d316-1c4b-4281-b951-d872f2087c98
* Show alert messages when the user tries to remove the last language or the ↵satorux@chromium.org2010-08-111-0/+8
| | | | | | | | | | | | | | | | input method. For now, use alert(). We'll replace this with a nicer way. Along the way, fix a bug in removePreloadEnginesByLanguageCode_(), where we didn't put parens right. BUG=chromium-os:4573 TEST=manually Review URL: http://codereview.chromium.org/3151003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55696 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r55382. When blocking cookies, also show an icon in the location bar ↵jochen@chromium.org2010-08-111-0/+3
| | | | | | | | | | | | | | | when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSetting*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 Review URL: http://codereview.chromium.org/3121007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55692 0039d316-1c4b-4281-b951-d872f2087c98
* Add ability to show "Chromium OS cannot be displayed" as needed.satorux@chromium.org2010-08-111-0/+4
| | | | | | | | | | | | | | In Chromium OS, there are languages that have input methods and/or keyboard layouts but not supported as UI language (ex. Norwegian at this moment). For these languages, we'll show this label until it's supported. TEST=manually; added a unit test. BUG=chromium-os:4573 Review URL: http://codereview.chromium.org/3131002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55685 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up latin-pre/post special handling in input method code.yusukes@chromium.org2010-08-111-13/+0
| | | | | | | | | | | | | | | | | This is a follow-up CL of http://codereview.chromium.org/3041054 which removed m17n:t:* (latin-pre/post) from input method ID whitelist. We had some special cases here and there for these IDs and I removed them. Patch from kochi@chromium.org. BUG=chromium-os:5439 TEST=run unittest (LanguageMenuButtonTest, InputMethodUtilTest) Review URL: http://codereview.chromium.org/3122005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55675 0039d316-1c4b-4281-b951-d872f2087c98
* Set the default spellcheck language for Serbian and Ukranian.hbono@chromium.org2010-08-112-2/+2
| | | | | | | | | | This change sets the default spellcheck language for Serbian and Ukranian so Chromium can automatically download the Serbian and Ukranian dictionaries and use them. BUG=43011,40340 TEST=none Review URL: http://codereview.chromium.org/3066043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55674 0039d316-1c4b-4281-b951-d872f2087c98
* Add Views UI for setting keyboard repeat delay and repeat interval.yusukes@chromium.org2010-08-111-0/+28
| | | | | | | | | BUG=chromium-os:4102 TEST=ran unit_tests Review URL: http://codereview.chromium.org/3023044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55670 0039d316-1c4b-4281-b951-d872f2087c98
* Added a method to check if a browser is closing.pinkerton@chromium.org2010-08-102-0/+40
| | | | | | | | | | | | | | | | Added a method to get the next node ID for bookmarks managed by the bookmark model. Added AppleScript support. Added scripting definition file. Added support for saving tab. Added localization support. Added consistent error nos/error messages. (patch developed by v.a.shreyas@gmail.com) BUG=27468 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55569 0039d316-1c4b-4281-b951-d872f2087c98
* Add a session storage node to the cookies tree view for collected cookies.jochen@chromium.org2010-08-101-0/+3
| | | | | | | | | | | Furthermore, local storage and session storage accesses are recorded separately in the tab contents, so they can be displayed in the correct bucket. BUG=45230 TEST=none Review URL: http://codereview.chromium.org/3053052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55563 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55548 - Reland r55382. When blocking cookies, also show an icon in ↵jochen@chromium.org2010-08-101-3/+0
| | | | | | | | | | | | | | | | | | the location bar when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 Review URL: http://codereview.chromium.org/3148002 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3132003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55553 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r55382. When blocking cookies, also show an icon in the location bar ↵jochen@chromium.org2010-08-101-0/+3
| | | | | | | | | | | | | | | when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 Review URL: http://codereview.chromium.org/3148002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55548 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55536 - Reland r55382. When blocking cookies, also show an icon in ↵jochen@chromium.org2010-08-101-3/+0
| | | | | | | | | | | | | | | | | | the location bar when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 Review URL: http://codereview.chromium.org/3146003 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3127002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55540 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r55382. When blocking cookies, also show an icon in the location bar ↵jochen@chromium.org2010-08-101-0/+3
| | | | | | | | | | | | | | | when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 Review URL: http://codereview.chromium.org/3146003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55536 0039d316-1c4b-4281-b951-d872f2087c98
* Pid computation for breakpad had a race condition that could cause themarkus@chromium.org2010-08-091-3/+4
| | | | | | | | | | | | | | | dumper to fail. We now send two file descriptors from the crashing process to the dumper. One of these is used solely to identify the pid. We guarantee that this file descriptor is open in the crashing process by the time the dumper scans for it. And we also no longer play any tricks with guessing the inode number based on the inode of the other descriptor in the socket pair. BUG=none TEST=none Review URL: http://codereview.chromium.org/2856092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55464 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui options: Implement font settings overlay dialog.csilv@chromium.org2010-08-091-1/+3
| | | | | | | | BUG=48039 TEST=Exercise font settings in dom-ui options window using --enable-tabbed-options Review URL: http://codereview.chromium.org/3073006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55428 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative backout to see if this caused perf regressions.rohitrao@chromium.org2010-08-091-3/+0
| | | | | | | | | | | | | | | | Revert 55382 - When blocking cookies, also show an icon in the location bar when cookies are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3095009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55426 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch ↵nsylvain@chromium.org2010-08-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | of header file dependencies) from the multiprocess test and the test_suite headers to .cc files. Moves multiprocess_test to the test directory, and all of this stuff to the existing base_test_support project. I also used the base namespace. Previously other projects included this functionality just by #include because it was all inline, so I had to add dependencies on base_test_support in a few places. Moves and renames the command line switch this was using to base_switches. Move the base switch for process type to chrome switches. TEST=none BUG=none Review URL: http://codereview.chromium.org/3026055 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/3035062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55416 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-0/+1
| | | | | | | | | | | | | | | | | | | dependencies) from the multiprocess test and the test_suite headers to .cc files. Moves multiprocess_test to the test directory, and all of this stuff to the existing base_test_support project. I also used the base namespace. Previously other projects included this functionality just by #include because it was all inline, so I had to add dependencies on base_test_support in a few places. Moves and renames the command line switch this was using to base_switches. Move the base switch for process type to chrome switches. TEST=none BUG=none Review URL: http://codereview.chromium.org/3026055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55400 0039d316-1c4b-4281-b951-d872f2087c98
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-091-1/+13
| | | | | | | | | | | Relanding r55227, which had a compile error. BUG=47731 TEST=Run with --disable-outdated-plugins Review URL: http://codereview.chromium.org/3071028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55394 0039d316-1c4b-4281-b951-d872f2087c98
* When blocking cookies, also show an icon in the location bar when cookies ↵jochen@chromium.org2010-08-091-0/+3
| | | | | | | | | | | | | are accessed. If the user choses to block cookies per default, this will grant access to the collected cookies dialog as soon as the page accesses cookies. Right now, the icon is only shown if cookies were actually blocked. BUG=45230 TEST=Canned*.*:ContentSettingImage*.*:TabSpecific*.* Review URL: http://codereview.chromium.org/3014056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55382 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-1/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3041049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55349 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55311 - Add remoting to wrench menu.erikchen@google.com2010-08-062-19/+0
| | | | | | | | | | | | | | | | | | | This change adds remoting item to wrench menu. The change is under flag enable-remoting, so end users will not see it. The CL is cleaned up. It was compiling and working. I added the check for kEnableRemoting and resynched and it is no longer compiling. Submitted for: pranavk@chromium.org Reviewed: http://codereview.chromium.org/3075024/show BUG=50242 TEST=NONE Review URL: http://codereview.chromium.org/3080038 TBR=hclam@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55316 0039d316-1c4b-4281-b951-d872f2087c98
* Add remoting to wrench menu.hclam@chromium.org2010-08-062-0/+19
| | | | | | | | | | | | | | | | | This change adds remoting item to wrench menu. The change is under flag enable-remoting, so end users will not see it. The CL is cleaned up. It was compiling and working. I added the check for kEnableRemoting and resynched and it is no longer compiling. Submitted for: pranavk@chromium.org Reviewed: http://codereview.chromium.org/3075024/show BUG=50242 TEST=NONE Review URL: http://codereview.chromium.org/3080038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55311 0039d316-1c4b-4281-b951-d872f2087c98
* When user enters wrong password or bad wep key, we popup the login dialog ↵chocobo@chromium.org2010-08-061-0/+6
| | | | | | | | | | again with an error message. BUG=chromium-os:2556 TEST=manual Review URL: http://codereview.chromium.org/2808108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55301 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55227 - Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-13/+1
| | | | | | | | | | | | BUG=47731 TEST=Run with --disable-outdated-plugins Review URL: http://codereview.chromium.org/3038051 TBR=bauerb@chromium.org Review URL: http://codereview.chromium.org/3083021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55229 0039d316-1c4b-4281-b951-d872f2087c98
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-1/+13
| | | | | | | | | BUG=47731 TEST=Run with --disable-outdated-plugins Review URL: http://codereview.chromium.org/3038051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55227 0039d316-1c4b-4281-b951-d872f2087c98
* Add a location bar icon for accessed (but not blocked) cookies.jochen@chromium.org2010-08-062-0/+1
| | | | | | | | | | BUG=45230 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/3069033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55199 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some instances where the string desc does not use In Title Case properly.mal@chromium.org2010-08-061-6/+6
| | | | | | | | | | | This causes two strings (Title, non-title) to hash to the same value and we only get one translation in the .xtb. BUG= http://crbug.com/44539 Review URL: http://codereview.chromium.org/3072027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55185 0039d316-1c4b-4281-b951-d872f2087c98
* Change top of search engine dialog to reflect newest omnibox.mirandac@chromium.org2010-08-051-0/+0
| | | | | | | | BUG= 50095 TEST= new search engine dialog looks like current omnibox. Review URL: http://codereview.chromium.org/3018041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55104 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Flip the otr guy around.rohitrao@chromium.org2010-08-051-148/+173
| | | | | | | | BUG=None TEST=Otr guy should face in. Review URL: http://codereview.chromium.org/3073027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55081 0039d316-1c4b-4281-b951-d872f2087c98
* Prettify blocked plugin HTML UI:bauerb@chromium.org2010-08-051-1/+1
| | | | | | | | | | | | | * Make run plugin link look more like a link (blue and underlined on hover). * Change wording to "Run plug-in this time" ("load plug-in" might get confused with installing a plug-in) * Add a small explanatory message BUG=none TEST=none Review URL: http://codereview.chromium.org/3074021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55060 0039d316-1c4b-4281-b951-d872f2087c98
* Block non-sandboxed plugins.bauerb@chromium.org2010-08-051-0/+3
| | | | | | | | | | | Run Chrome with --block-nonsandboxed-plugins to enable. BUG=47730 TEST=See bug description for manual test. Review URL: http://codereview.chromium.org/3040034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55041 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-052-2/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3071012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55034 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Tweaks to the Wrench menu buttons.rsesek@chromium.org2010-08-051-2/+45
| | | | | | | | | | | | This changes the two-tone background to an even gradient and changes the push state of the buttons to use the blue selected menu item color. BUG=none TEST=visual Review URL: http://codereview.chromium.org/3072021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55007 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstrings from l10n_util/ResourceBundle locale functions.evan@chromium.org2010-08-041-2/+2
| | | | | | Review URL: http://codereview.chromium.org/3069026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54917 0039d316-1c4b-4281-b951-d872f2087c98
* Adding mocked out pages for the proxy settings.dhg@chromium.org2010-08-041-0/+45
| | | | | | Review URL: http://codereview.chromium.org/3051007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54913 0039d316-1c4b-4281-b951-d872f2087c98
* Wording change for network options UI.xiyuan@chromium.org2010-08-041-2/+2
| | | | | | | | | | | | "Wireless network" -> "Wireless networks" "Remembered network" -> "Remembered networks" BUG=chromium-os:4744 TEST=Verify plural form of "network" is used for wireless and remembered network section header. Review URL: http://codereview.chromium.org/3075020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54912 0039d316-1c4b-4281-b951-d872f2087c98
* Augment the About box flow to automatically install any new version we find ↵finnur@chromium.org2010-08-041-0/+6
| | | | | | | | | | | on the server and have inline buttons to suggest restart, which restores your session (as opposed to the modal dialog box suggesting a restart and not restarting/restoring). BUG=http://crbug.com/43076, http://crbug.com/1821 TEST=Needs manual testing with an active Google Update server. Review URL: http://codereview.chromium.org/3076018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54888 0039d316-1c4b-4281-b951-d872f2087c98
* Write "plug-in" instead of "plugin" in GRD file.bauerb@chromium.org2010-08-041-5/+5
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3064037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54884 0039d316-1c4b-4281-b951-d872f2087c98
* De-wstringify some browser startup code and net utility.evan@chromium.org2010-08-041-10/+8
| | | | | | Review URL: http://codereview.chromium.org/3054042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54860 0039d316-1c4b-4281-b951-d872f2087c98
* De-wstringify some of our breakpad interfaces.evan@chromium.org2010-08-033-6/+7
| | | | | | Review URL: http://codereview.chromium.org/3050035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54833 0039d316-1c4b-4281-b951-d872f2087c98
* Change the default fonts on CrOS.jshin@chromium.org2010-08-031-3/+3
| | | | | | | | | | | | Change from Ascender* to Arimo, Tinos and Cousine. BUG=cros:5287 (http://crosbug.com/5287) TEST=On CrOS, go to Options | Advanced (under the hood) | Fonts and see Arimo, et al are the default fonts for Sans-serif, serif and monospace. TBR=tony Review URL: http://codereview.chromium.org/3029049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54825 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Enable click-drag-release behavior in the Wrench menu's custom items.rsesek@chromium.org2010-08-031-120/+960
| | | | | | | | | | | | | | XIB changes: * Replace the edit item's segmented control with 3 buttons * Make the root view of both items a MenuTrackedRootView * Use the custom MenuTrackedButton for all the buttons BUG=49356 TEST=Click open the Wrench menu, hold, and drag over the buttons and they perform their function. Review URL: http://codereview.chromium.org/3072014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54804 0039d316-1c4b-4281-b951-d872f2087c98
* Add accessible labels for the icon buttons in the wrench menu.dmazzoni@chromium.org2010-08-031-0/+9
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3054037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54793 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Adjust toolbar spacing of browser actions for M6.shess@chromium.org2010-08-032-1/+280
| | | | | | | | | | | | | | | | | | | | | | | | Toolbar.xib change brings browser-action container view out from under Omnibox. Push browser-action sizing code into controller to reduce exposed constants. Make size consistent with other toolbar buttons. 4px visual spacing from omnibox to first browser action (grippy in that area), between browser actions, and last action to wrench menu. browser_actions_overflow_Template.pdf resource for browser-action chevron. Chevron same height as browser actions. Get rid of divider between browser actions and wrench (future CL will integrate it into chevron button). Chevron 4px from Omnibox or 2px from last browser action, then 4px to wrench menu. Chevron button has hover like other buttons. BUG=50575 TEST=Browser-actions area still works right WRT spacing and rearranging and everything else. Review URL: http://codereview.chromium.org/3012044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54782 0039d316-1c4b-4281-b951-d872f2087c98
* Remove warning about GRD changes which is no longer required.jochen@chromium.org2010-08-031-19/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3073020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54756 0039d316-1c4b-4281-b951-d872f2087c98