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

Unified Diff: components/previews/core/previews_opt_out_store.cc

Issue 2335023002: Adding a previews IO-thread blacklist (Closed)
Patch Set: tbansal comments Created 4 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
Index: components/previews/core/previews_opt_out_store.cc
diff --git a/components/previews/core/previews_opt_out_store.cc b/components/previews/core/previews_opt_out_store.cc
new file mode 100644
index 0000000000000000000000000000000000000000..231755c0c1861bbb91270d859e9b49282df3f146
--- /dev/null
+++ b/components/previews/core/previews_opt_out_store.cc
@@ -0,0 +1,13 @@
+// Copyright 2016 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/previews/core/previews_opt_out_store.h"
+
+namespace previews {
+
+PreviewsOptOutStore::PreviewsOptOutStore() {}
+
+PreviewsOptOutStore::~PreviewsOptOutStore() {}
+
+} // namespace previews

Powered by Google App Engine
This is Rietveld 408576698