Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 5dac267aa171184e86e28f6bb189395073ba2e8e..c3ebfae4aa22410a0fe3c928c723c10198f1e819 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -755,7 +755,7 @@ class Browser : public TabStripModelObserver, |
// Sets the specified browser as the delegate of the WebContents and all the |
// associated tab helpers that are needed. |
- void SetAsDelegate(content::WebContents* web_contents, Browser* delegate); |
+ void SetAsDelegate(content::WebContents* web_contents, bool set_delegate); |
sky
2014/06/25 16:02:40
Document what set_delegate means.
wjmaclean
2014/06/25 17:21:30
Done.
|
// Shows the Find Bar, optionally selecting the next entry that matches the |
// existing search string for that Tab. |forward_direction| controls the |