Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having

consumers use executeCommand.

Patch by Marshall Greenblatt  
R=darin
BUG=19270
TEST=covered by unit tests



git-svn-id: http://src.chromium.org/svn/trunk/src/build@23442 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
darin@chromium.org 2009-08-14 17:50:22 +00:00
Родитель 5bb24236c5
Коммит 113ced8465
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -151,7 +151,7 @@
['OS=="win"', {
'conditions': [
['MSVS_VERSION=="2005"', {
'msvs_multi_core_compile%': 0,
'msvs_multi_core_compile%': 1,
},{
'msvs_multi_core_compile%': 1,
}],