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

Unified Diff: components/offline_pages/core/prefetch/prefetch_types.cc

Issue 2873383004: [Offline Prefetch] Send GeneratePageBundleRequest to the server (Closed)
Patch Set: Address more feedback Created 3 years, 7 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: components/offline_pages/core/prefetch/prefetch_types.cc
diff --git a/components/offline_pages/core/prefetch/prefetch_types.cc b/components/offline_pages/core/prefetch/prefetch_types.cc
new file mode 100644
index 0000000000000000000000000000000000000000..8f06ddd2c8c29cb74b2298cb701f196a8cbcf516
--- /dev/null
+++ b/components/offline_pages/core/prefetch/prefetch_types.cc
@@ -0,0 +1,13 @@
+// Copyright 2017 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.
+
+#include "components/offline_pages/core/prefetch/prefetch_types.h"
+
+namespace offline_pages {
+
+RenderPageInfo::RenderPageInfo() {}
+
+RenderPageInfo::RenderPageInfo(const RenderPageInfo& other) = default;
+
+} // namespace offline_pages
« no previous file with comments | « components/offline_pages/core/prefetch/prefetch_types.h ('k') | components/offline_pages/core/prefetch/prefetch_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698