| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 30221)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -83,6 +83,7 @@
|
| }
|
|
|
| namespace WebKit {
|
| +class WebDataSource;
|
| class WebDragData;
|
| class WebMediaPlayer;
|
| class WebMediaPlayerClient;
|
| @@ -716,6 +717,10 @@
|
|
|
| void DumpLoadHistograms() const;
|
|
|
| + // Logs the navigation state to the console.
|
| + void LogNavigationState(const NavigationState* state,
|
| + const WebKit::WebDataSource* ds) const;
|
| +
|
| // Scan the given frame for password forms and send them up to the browser.
|
| void SendPasswordForms(WebKit::WebFrame* frame);
|
|
|
|
|