HomeSort by relevance Sort by last modified time
    Searched defs:PinnedTabService (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/tabs/
pinned_tab_service.cc 25 PinnedTabService::PinnedTabService(Profile* profile)
37 void PinnedTabService::Observe(NotificationType type,
77 void PinnedTabService::GotExit() {
pinned_tab_service.h 15 // 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 NotificationObserver,
21 explicit PinnedTabService(Profile* profile);
43 DISALLOW_COPY_AND_ASSIGN(PinnedTabService);

Completed in 411 milliseconds