| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 17847)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -774,6 +774,7 @@
|
| int automation_id);
|
| virtual void ProcessDOMUIMessage(const std::string& message,
|
| const std::string& content);
|
| + virtual void DocumentLoadedInFrame();
|
| virtual void ProcessExternalHostMessage(const std::string& message,
|
| const std::string& origin,
|
| const std::string& target);
|
|
|