Index: chrome/browser/ui/startup/startup_tab.h |
diff --git a/chrome/browser/ui/startup/startup_tab.h b/chrome/browser/ui/startup/startup_tab.h |
index 26bab7c5531fd1ad8ba2ba443820d693d6c4e37b..1590e279fc93af58106e59b7f4c773c4dc2d4f4c 100644 |
--- a/chrome/browser/ui/startup/startup_tab.h |
+++ b/chrome/browser/ui/startup/startup_tab.h |
@@ -13,6 +13,7 @@ |
// Represents tab data at startup. |
struct StartupTab { |
StartupTab(); |
+ StartupTab(GURL url_, bool is_pinned_); |
grt (UTC plus 2)
2016/09/09 11:40:30
no '_' in parameter names.
tmartino
2016/09/10 00:19:41
Changed to url_val and is_pinned_val, which feels
grt (UTC plus 2)
2016/09/12 07:28:46
url and is_pinned will work, no?
|
~StartupTab(); |
// The url to load. |