Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5976)

Unified Diff: chrome/browser/ui/startup/startup_tab.h

Issue 2164033002: Refactoring startup logic for upcoming FRE changes (non-Win 10). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding missing constructor Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698