Changeset 76526 in webkit


Ignore:
Timestamp:
Jan 24, 2011 9:35:21 AM (13 years ago)
Author:
satish@chromium.org
Message:

2011-01-24 Satish Sampath <satish@chromium.org>

Reviewed by Csaba Osztrogonác.

Remove obsolete public/API method in chromium port
https://bugs.webkit.org/show_bug.cgi?id=53015

  • public/WebSpeechInputController.h: (WebKit::WebSpeechInputController::startRecognition): Removed obsolete method
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r76491 r76526  
     12011-01-24  Satish Sampath  <satish@chromium.org>
     2
     3        Reviewed by Csaba Osztrogonác.
     4
     5        Remove obsolete public/API method in chromium port
     6        https://bugs.webkit.org/show_bug.cgi?id=53015
     7
     8        * public/WebSpeechInputController.h:
     9        (WebKit::WebSpeechInputController::startRecognition): Removed obsolete method
     10
    1112010-01-24  Kent Tamura  <tkent@chromium.org>
    212
  • trunk/Source/WebKit/chromium/public/WebSpeechInputController.h

    r76128 r76526  
    4848    virtual bool startRecognition(int requestId, const WebRect& elementRect, const WebString& language, const WebString& grammar, const WebSecurityOrigin& origin)
    4949    {
    50         return startRecognition(requestId, elementRect, language, grammar);
    51     }
    52     // TODO(satish): Remove this once chromium has rolled past the above change.
    53     virtual bool startRecognition(int requestId, const WebRect& elementRect, const WebString& language, const WebString& grammar)
    54     {
    5550        WEBKIT_ASSERT_NOT_REACHED();
    5651        return false;
Note: See TracChangeset for help on using the changeset viewer.