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

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

Issue 694813003: Changing SessionService to have a BaseSessionService, not being one. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed browser tests Created 6 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/session_service_utils.h
diff --git a/chrome/browser/sessions/session_service_utils.h b/chrome/browser/sessions/session_service_utils.h
index 2fdcba05a9ba32b779a47a441fe51b15ecfe8414..38825c7896000ab1e1f6cb4c100322762598012a 100644
--- a/chrome/browser/sessions/session_service_utils.h
+++ b/chrome/browser/sessions/session_service_utils.h
@@ -8,6 +8,10 @@
#include "chrome/browser/sessions/session_types.h"
#include "chrome/browser/ui/browser.h"
+// The maximum number of navigation entries in each direction we'll persist for
+// chrome/Browser.
+extern const int gMaxPersistNavigationCount;
+
// Convert back/forward between the Browser and SessionService window types.
SessionWindow::WindowType WindowTypeForBrowserType(Browser::Type type);
Browser::Type BrowserTypeForWindowType(SessionWindow::WindowType type);
« no previous file with comments | « chrome/browser/sessions/session_service_unittest.cc ('k') | chrome/browser/sessions/session_service_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698