| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 18520)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -1841,6 +1841,10 @@
|
| render_manager_.dom_ui()->ProcessDOMUIMessage(message, content);
|
| }
|
|
|
| +void TabContents::DocumentLoadedInFrame() {
|
| + controller_.DocumentLoadedInFrame();
|
| +}
|
| +
|
| void TabContents::ProcessExternalHostMessage(const std::string& message,
|
| const std::string& origin,
|
| const std::string& target) {
|
| @@ -2177,6 +2181,7 @@
|
| if (drm)
|
| drm->OnUserGesture(this);
|
| #endif
|
| + controller_.OnUserGesture();
|
| }
|
|
|
| void TabContents::OnFindReply(int request_id,
|
|
|