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

Unified Diff: chrome/browser/sessions/tab_restore_service.h

Issue 8776018: fix tab restore service crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert unrelated change Created 9 years, 1 month 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/sessions/tab_restore_service.h
diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h
index ee8dba1e46ebbda210f5910f8959d6c7f3ab5994..f2fc068cc6b3b7908bc325c46636772e40d251fb 100644
--- a/chrome/browser/sessions/tab_restore_service.h
+++ b/chrome/browser/sessions/tab_restore_service.h
@@ -177,6 +177,7 @@ class TabRestoreService : public BaseSessionService {
private:
friend class TabRestoreServiceTest;
FRIEND_TEST_ALL_PREFIXES(TabRestoreServiceTest, PruneEntries);
+ FRIEND_TEST_ALL_PREFIXES(TabRestoreServiceTest, PruneIsCalled);
// Used to indicate what has loaded.
enum LoadState {
« no previous file with comments | « no previous file | chrome/browser/sessions/tab_restore_service.cc » ('j') | chrome/browser/sessions/tab_restore_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698