Home | History | Annotate | Download | only in sync

Lines Matching refs:browser

5 #include "chrome/browser/sync/sync_ui_util.h"
12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/sync/profile_sync_service.h"
14 #include "chrome/browser/ui/browser.h"
15 #include "chrome/browser/ui/browser_window.h"
16 #include "chrome/browser/ui/options/options_window.h"
262 Browser* browser,
272 bool create_window = browser == NULL;
274 browser = Browser::Create(profile);
275 browser->ShowOptionsTab(chrome::kPersonalOptionsSubPage);
277 browser->window()->Show();