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

Unified Diff: ios/web/navigation/navigation_manager_storage_builder.h

Issue 2687353003: Created SerializableUserDataManager. (Closed)
Patch Set: Eugene's comments Created 3 years, 10 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: ios/web/navigation/navigation_manager_storage_builder.h
diff --git a/ios/web/navigation/navigation_manager_storage_builder.h b/ios/web/navigation/navigation_manager_storage_builder.h
deleted file mode 100644
index f979075a7ea9aa0f62d2da43aae06a3037098e28..0000000000000000000000000000000000000000
--- a/ios/web/navigation/navigation_manager_storage_builder.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef IOS_WEB_NAVIGATION_SERIALIZED_NAVIGATION_MANAGER_BUILDER_H_
-#define IOS_WEB_NAVIGATION_SERIALIZED_NAVIGATION_MANAGER_BUILDER_H_
-
-#include <memory>
-
-@class CRWNavigationManagerStorage;
-
-namespace web {
-
-class NavigationManagerImpl;
-
-// Class that can serialize and deserialize NavigationManagers.
-class NavigationManagerStorageBuilder {
- public:
- // Creates a serialized NavigationManager from |navigation_manager|.
- CRWNavigationManagerStorage* BuildStorage(
- NavigationManagerImpl* navigation_manager) const;
- // Creates a NavigationManager from |navigation_manager_storage|.
- std::unique_ptr<NavigationManagerImpl> BuildNavigationManagerImpl(
- CRWNavigationManagerStorage* navigation_manager_storage) const;
-};
-
-} // namespace web
-
-#endif // IOS_WEB_NAVIGATION_SERIALIZED_NAVIGATION_MANAGER_BUILDER_H_
« no previous file with comments | « ios/web/navigation/navigation_manager_impl.h ('k') | ios/web/navigation/navigation_manager_storage_builder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698