| Index: chrome/browser/google/google_url_tracker_navigation_helper_impl.h
|
| diff --git a/chrome/browser/google/google_url_tracker_navigation_helper_impl.h b/chrome/browser/google/google_url_tracker_navigation_helper_impl.h
|
| index 1d81e543ddc8d615630a7e217a5009c903f41b5b..a86d2d3702fc0aebe66c1626f42d6bce9fb701d9 100644
|
| --- a/chrome/browser/google/google_url_tracker_navigation_helper_impl.h
|
| +++ b/chrome/browser/google/google_url_tracker_navigation_helper_impl.h
|
| @@ -29,6 +29,9 @@ class GoogleURLTrackerNavigationHelperImpl
|
| virtual void SetListeningForTabDestruction(
|
| bool listen) OVERRIDE;
|
| virtual bool IsListeningForTabDestruction() OVERRIDE;
|
| + virtual void OpenURL(GURL url,
|
| + WindowOpenDisposition disposition,
|
| + bool user_clicked_on_link) OVERRIDE;
|
|
|
| private:
|
| // content::NotificationObserver:
|
|
|