| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 99fd1629278a10a5739aae8c48ff6aa3b108da95..1f11741d68e03081647b0a59aa93ac16b8f69a35 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -164,6 +164,7 @@ class Browser : public TabStripModelObserver,
|
| struct CreateParams {
|
| explicit CreateParams(Profile* profile);
|
| CreateParams(Type type, Profile* profile);
|
| + CreateParams(const CreateParams& other);
|
|
|
| static CreateParams CreateForApp(const std::string& app_name,
|
| bool trusted_source,
|
|
|