| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index a5669eda463062f9281eff403cc2b0003c9ea76e..6bdf8cfcb3638bc61e057de033f6a3f9d9c479ff 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -499,6 +499,13 @@ public:
|
| virtual void removePageOverlay(WebPageOverlay*) = 0;
|
|
|
|
|
| + // i18n -----------------------------------------------------------------
|
| +
|
| + // Inform the WebView that the accept languages have changed.
|
| + // If the WebView wants to get the accept languages value, it will have
|
| + // to call the WebViewClient::acceptLanguages().
|
| + virtual void acceptLanguagesChanged() = 0;
|
| +
|
| // Testing functionality for TestRunner ---------------------------------
|
|
|
| protected:
|
|
|