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

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

Issue 10834015: Add Startup Timing to CPM (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Windows fix Created 8 years, 4 months 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/session_service_test_helper.h
diff --git a/chrome/browser/sessions/session_service_test_helper.h b/chrome/browser/sessions/session_service_test_helper.h
index 3419712170e5d40c0700095c9d688424786abae8..cccb1d3eb267e20c9f6b028915ec1f03efcfdddf 100644
--- a/chrome/browser/sessions/session_service_test_helper.h
+++ b/chrome/browser/sessions/session_service_test_helper.h
@@ -43,6 +43,9 @@ class SessionServiceTestHelper {
const SessionID& tab_id,
const std::string& user_agent_override);
+ void SetForceBrowserNotAliveWithNoWindows(
+ bool force_browser_not_alive_with_no_windows);
+
// Reads the contents of the last session.
void ReadWindows(std::vector<SessionWindow*>* windows);

Powered by Google App Engine
This is Rietveld 408576698