| Index: chrome/browser/sidebar/sidebar_container.h
|
| diff --git a/chrome/browser/sidebar/sidebar_container.h b/chrome/browser/sidebar/sidebar_container.h
|
| index 0fe1cb3663b48ff7521688504039cb136e729e26..f041853ffc94da5886dd88be2f24fa98ca910e94 100644
|
| --- a/chrome/browser/sidebar/sidebar_container.h
|
| +++ b/chrome/browser/sidebar/sidebar_container.h
|
| @@ -113,6 +113,8 @@ class SidebarContainer
|
| virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {}
|
| virtual bool IsPopup(const TabContents* source) const;
|
| virtual void UpdateTargetURL(TabContents* source, const GURL& url) {}
|
| + virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator(
|
| + ) OVERRIDE;
|
|
|
| // Overridden from ImageLoadingTracker::Observer.
|
| virtual void OnImageLoaded(SkBitmap* image,
|
|
|