| Index: chrome/browser/tab_contents/web_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents.h (revision 12684)
|
| +++ chrome/browser/tab_contents/web_contents.h (working copy)
|
| @@ -582,6 +582,10 @@
|
| void GenerateKeywordIfNecessary(
|
| const ViewHostMsg_FrameNavigate_Params& params);
|
|
|
| + // Returns the DOMUI for the current state of the tab. This will either be
|
| + // the pending DOMUI, the committed DOMUI, or NULL.
|
| + DOMUI* GetDOMUIForCurrentState();
|
| +
|
| // Data ----------------------------------------------------------------------
|
|
|
| // The corresponding view.
|
|
|