| Index: content/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents.h (revision 90360)
|
| +++ content/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -98,7 +98,7 @@
|
| PropertyBag* property_bag() { return &property_bag_; }
|
|
|
| TabContentsDelegate* delegate() const { return delegate_; }
|
| - void set_delegate(TabContentsDelegate* delegate);
|
| + void set_delegate(TabContentsDelegate* d) { delegate_ = d; }
|
|
|
| // Gets the controller for this tab contents.
|
| NavigationController& controller() { return controller_; }
|
|
|