| Index: chrome/browser/extensions/api/tabs/ash_panel_contents.h
|
| diff --git a/chrome/browser/extensions/api/tabs/ash_panel_contents.h b/chrome/browser/extensions/api/tabs/ash_panel_contents.h
|
| index 64c481afadfe1db713fc7176dfd90bc73fa83c48..6f6611912dd7150c04208086b68693b943419f7b 100644
|
| --- a/chrome/browser/extensions/api/tabs/ash_panel_contents.h
|
| +++ b/chrome/browser/extensions/api/tabs/ash_panel_contents.h
|
| @@ -46,6 +46,7 @@ class AshPanelContents
|
| virtual void NativeWindowChanged(apps::NativeAppWindow* native_app_window)
|
| OVERRIDE;
|
| virtual void NativeWindowClosed() OVERRIDE;
|
| + virtual void NativeWindowFirstShown() const OVERRIDE;
|
| virtual content::WebContents* GetWebContents() const OVERRIDE;
|
|
|
| // LauncherFaviconLoader::Delegate overrides:
|
|
|