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

Unified Diff: chrome/browser/ui/browser_init.h

Issue 9730021: Remove experimental sync promo layouts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a Created 8 years, 9 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/browser_init.h
diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
index a12df57dfdbc7fd1abb1e283177743d22cc2546c..29a2f5ff9c3466177264e0ab7f44a2143bd5d7a7 100644
--- a/chrome/browser/ui/browser_init.h
+++ b/chrome/browser/ui/browser_init.h
@@ -238,16 +238,6 @@ class BrowserInit {
// Returns true if so.
bool CheckIfAutoLaunched(Profile* profile);
- // Shows a sync promo dialog if necessary. When called |browser| should be
- // the browser that's being used for startup. On return |browser| is set
- // to the browser spawned from the sync promo dialog (if any). On input
- // |tabs| should be the set of tabs to show on startup. On return |tabs|
- // will contain the new set of tabs to show on startup. Returns the index
- // of the tab to activate.
- size_t ShowSyncPromoDialog(bool process_startup,
- Browser** browser,
- std::vector<Tab>* tabs);
-
const FilePath cur_dir_;
const CommandLine& command_line_;
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698