| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 26504)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -2403,6 +2403,13 @@
|
| // This RVHDelegate function is used for extensions and not us.
|
| }
|
|
|
| +void TabContents::FocusedNodeChanged() {
|
| + NotificationService::current()->Notify(
|
| + NotificationType::FOCUS_CHANGED_IN_PAGE,
|
| + Source<RenderViewHost>(render_view_host()),
|
| + NotificationService::NoDetails());
|
| +}
|
| +
|
| void TabContents::FileSelected(const FilePath& path,
|
| int index, void* params) {
|
| render_view_host()->FileSelected(path);
|
|
|