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

Unified Diff: extensions/browser/guest_view/app_view/app_view_guest_delegate.cc

Issue 486903002: Moving app_view to extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « extensions/browser/guest_view/app_view/app_view_guest_delegate.h ('k') | extensions/common/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/app_view/app_view_guest_delegate.cc
diff --git a/extensions/browser/api/storage/value_store_cache.cc b/extensions/browser/guest_view/app_view/app_view_guest_delegate.cc
similarity index 60%
copy from extensions/browser/api/storage/value_store_cache.cc
copy to extensions/browser/guest_view/app_view/app_view_guest_delegate.cc
index 04ea418113cb4d2d5e841bd3c3597e74df156ffc..8166305c051a53c387a138082bfa2ee08e5f33a0 100644
--- a/extensions/browser/api/storage/value_store_cache.cc
+++ b/extensions/browser/guest_view/app_view/app_view_guest_delegate.cc
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "extensions/browser/api/storage/value_store_cache.h"
+#include "extensions/browser/guest_view/app_view/app_view_guest_delegate.h"
namespace extensions {
-ValueStoreCache::~ValueStoreCache() {}
-
-void ValueStoreCache::ShutdownOnUI() {}
+AppViewGuestDelegate::~AppViewGuestDelegate() {
+}
} // namespace extensions
« no previous file with comments | « extensions/browser/guest_view/app_view/app_view_guest_delegate.h ('k') | extensions/common/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698