| Index: chrome/browser/ui/cocoa/dev_tools_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/dev_tools_controller.h b/chrome/browser/ui/cocoa/dev_tools_controller.h
|
| index df78d5fac9937fb85d942510e15e83972d7ae1b2..554b8aba36f46501fbd2f003881cfc70cd7503f6 100644
|
| --- a/chrome/browser/ui/cocoa/dev_tools_controller.h
|
| +++ b/chrome/browser/ui/cocoa/dev_tools_controller.h
|
| @@ -47,6 +47,7 @@ class WebContents;
|
| - (void)updateDevToolsForWebContents:(content::WebContents*)contents
|
| withProfile:(Profile*)profile;
|
|
|
| +- (CGFloat)topContentOffset;
|
| - (void)setTopContentOffset:(CGFloat)offset;
|
|
|
| @end
|
|
|