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

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

Issue 11597010: Automate more Better Session Restore tests: Crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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/base_session_service.h
diff --git a/chrome/browser/sessions/base_session_service.h b/chrome/browser/sessions/base_session_service.h
index 9e1a0d747e2c3a111b784a6f215fa8093f5dd63c..e3abf84ba5d2397effd3473b75a6c974e84c6e5f 100644
--- a/chrome/browser/sessions/base_session_service.h
+++ b/chrome/browser/sessions/base_session_service.h
@@ -163,6 +163,8 @@ class BaseSessionService : public CancelableRequestProvider {
static const int max_persist_navigation_count;
private:
+ friend class BetterSessionRestoreCrashTest;
+
// The profile. This may be null during testing.
Profile* profile_;
« no previous file with comments | « chrome/browser/profiles/profile_impl.h ('k') | chrome/browser/sessions/better_session_restore_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698