| Index: chrome/browser/ui/scoped_tabbed_browser_displayer.h
|
| diff --git a/chrome/browser/ui/scoped_tabbed_browser_displayer.h b/chrome/browser/ui/scoped_tabbed_browser_displayer.h
|
| index 7f00e6e3c1553a03d0c163155e2c591ab0e6c65c..12ed11b9b1354670f59b5a5d631f7e974b3a7d00 100644
|
| --- a/chrome/browser/ui/scoped_tabbed_browser_displayer.h
|
| +++ b/chrome/browser/ui/scoped_tabbed_browser_displayer.h
|
| @@ -13,13 +13,13 @@ class Profile;
|
|
|
| namespace chrome {
|
|
|
| -// This class finds the last active tabbed browser matching |profile| and
|
| -// |type|. If there is no tabbed browser, a new non visible browser is created.
|
| +// This class finds the last active tabbed browser matching |profile|. If there
|
| +// is no tabbed browser, a new non visible browser is created.
|
| // ScopedTabbedBrowserDisplayer ensures that the browser is made visible and is
|
| // activated by the time that ScopedTabbedBrowserDisplayer goes out of scope.
|
| class ScopedTabbedBrowserDisplayer {
|
| public:
|
| - ScopedTabbedBrowserDisplayer(Profile* profile, HostDesktopType type);
|
| + explicit ScopedTabbedBrowserDisplayer(Profile* profile);
|
| ~ScopedTabbedBrowserDisplayer();
|
|
|
| Browser* browser() {
|
|
|