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

Unified Diff: components/sessions/core/session_constants.cc

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 | « components/sessions/core/session_constants.h ('k') | components/sessions/core/tab_restore_service_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/core/session_constants.cc
diff --git a/content/public/browser/bluetooth_chooser.cc b/components/sessions/core/session_constants.cc
similarity index 53%
copy from content/public/browser/bluetooth_chooser.cc
copy to components/sessions/core/session_constants.cc
index 40d4590e3cb69b9babd371d328915f1af7d3cc38..f1a26c79177675c5ca81fec8bbb010c5d8a3a05c 100644
--- a/content/public/browser/bluetooth_chooser.cc
+++ b/components/sessions/core/session_constants.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/bluetooth_chooser.h"
+#include "components/sessions/core/session_constants.h"
-namespace content {
+namespace sessions {
-BluetoothChooser::~BluetoothChooser() {}
+const int gMaxPersistNavigationCount = 6;
-} // namespace content
+} // namespace sessions
« no previous file with comments | « components/sessions/core/session_constants.h ('k') | components/sessions/core/tab_restore_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698