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

Unified Diff: components/bookmarks_enhanced/image_store.cc

Issue 259863007: Local salient image storage for enhanced bookmark experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: independent bookmarks_enhanced component, added NonThreadSafe to ImageStore class Created 6 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/bookmarks_enhanced/image_store.cc
diff --git a/tools/clang/blink_gc_plugin/tests/stack_allocated.cpp b/components/bookmarks_enhanced/image_store.cc
similarity index 60%
copy from tools/clang/blink_gc_plugin/tests/stack_allocated.cpp
copy to components/bookmarks_enhanced/image_store.cc
index e8a513435f7fdb5194dbaba7438288da6f0fbb0a..7e88423c6811f02d47934962c45263b54748837e 100644
--- a/tools/clang/blink_gc_plugin/tests/stack_allocated.cpp
+++ b/components/bookmarks_enhanced/image_store.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "stack_allocated.h"
+#include "components/bookmarks_enhanced/image_store.h"
-namespace WebCore {
-
-void HeapObject::trace(Visitor* visitor)
-{
+ImageStore::ImageStore() {
}
+ImageStore::~ImageStore() {
}

Powered by Google App Engine
This is Rietveld 408576698