Home
last modified time | relevance | path

Searched defs:URLsDeletedDetails (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_notifications.h53 struct URLsDeletedDetails : public HistoryDetails { struct
58 bool all_history;
63 std::set<GURL> urls;
Dhistory_notifications.cc17 URLsDeletedDetails::URLsDeletedDetails() : all_history(false) {} in URLsDeletedDetails() function in history::URLsDeletedDetails