diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 02:09:43 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 02:09:43 +0000 |
commit | 0d6ec3a7c816498626f48b4f3f8491f9658a8e2e (patch) | |
tree | 043e946873a431fb1d8ec488a820aa37a3a133a4 /content/browser/in_process_webkit | |
parent | 1859248461da934dbc0e70dcedcb65442ec0d9ff (diff) | |
download | chromium_src-0d6ec3a7c816498626f48b4f3f8491f9658a8e2e.zip chromium_src-0d6ec3a7c816498626f48b4f3f8491f9658a8e2e.tar.gz chromium_src-0d6ec3a7c816498626f48b4f3f8491f9658a8e2e.tar.bz2 |
When uninstalling a hosted app, delete data for its launch_url's origin, as
long as no other apps are installed on that origin.
(cloned from matt's OCL http://codereview.chromium.org/7747025/)
TBR=mpcomplete
BUG=87258
Review URL: http://codereview.chromium.org/7807002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/in_process_webkit')
-rw-r--r-- | content/browser/in_process_webkit/indexed_db_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/in_process_webkit/indexed_db_context.h b/content/browser/in_process_webkit/indexed_db_context.h index 1504b72..0e9d963 100644 --- a/content/browser/in_process_webkit/indexed_db_context.h +++ b/content/browser/in_process_webkit/indexed_db_context.h @@ -80,6 +80,7 @@ class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> { private: FRIEND_TEST(ExtensionServiceTest, ClearExtensionData); + FRIEND_TEST(ExtensionServiceTest, ClearAppData); FRIEND_TEST(IndexedDBBrowserTest, ClearLocalState); friend class IndexedDBQuotaClientTest; |