Searched defs:PinnedTabService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service.h15 // PinnedTabService is responsible for updating preferences with the set of
16 // pinned tabs to restore at startup. PinnedTabService listens for the
18 class PinnedTabService : public content::NotificationObserver, class in inherits:content::NotificationObserver,KeyedService
21 explicit PinnedTabService(Profile* profile);
40 DISALLOW_COPY_AND_ASSIGN(PinnedTabService);
H A Dpinned_tab_service.cc30 PinnedTabService::PinnedTabService(Profile* profile) function in class:PinnedTabService
44 void PinnedTabService::Observe(int type,

Completed in 69 milliseconds