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

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

Issue 1319473014: Introduce TabRestoreServiceClient and //chrome implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 5 years, 3 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
« no previous file with comments | « chrome/browser/sessions/session_service.cc ('k') | chrome/browser/sessions/session_service_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 14c60fd86761b8f582bea97199c21d55e09d542b..dda7269f67ae9c55b2c87510e8a2bf93ba028349 100644
--- a/chrome/browser/sessions/session_service_utils.h
+++ b/chrome/browser/sessions/session_service_utils.h
@@ -8,10 +8,6 @@
#include "chrome/browser/ui/browser.h"
#include "components/sessions/session_types.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.
sessions::SessionWindow::WindowType WindowTypeForBrowserType(
Browser::Type type);
« no previous file with comments | « chrome/browser/sessions/session_service.cc ('k') | chrome/browser/sessions/session_service_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698