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

Side by Side Diff: webkit/appcache/appcache_storage.h

Issue 7210006: AppCaches which belong to hosted apps are not protected from deletion (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Minor. Created 9 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_APPCACHE_APPCACHE_STORAGE_H_ 5 #ifndef WEBKIT_APPCACHE_APPCACHE_STORAGE_H_
6 #define WEBKIT_APPCACHE_APPCACHE_STORAGE_H_ 6 #define WEBKIT_APPCACHE_APPCACHE_STORAGE_H_
7 7
8 #include <map> 8 #include <map>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 306
307 FRIEND_TEST_ALL_PREFIXES(AppCacheStorageTest, DelegateReferences); 307 FRIEND_TEST_ALL_PREFIXES(AppCacheStorageTest, DelegateReferences);
308 FRIEND_TEST_ALL_PREFIXES(AppCacheStorageTest, UsageMap); 308 FRIEND_TEST_ALL_PREFIXES(AppCacheStorageTest, UsageMap);
309 309
310 DISALLOW_COPY_AND_ASSIGN(AppCacheStorage); 310 DISALLOW_COPY_AND_ASSIGN(AppCacheStorage);
311 }; 311 };
312 312
313 } // namespace appcache 313 } // namespace appcache
314 314
315 #endif // WEBKIT_APPCACHE_APPCACHE_STORAGE_H_ 315 #endif // WEBKIT_APPCACHE_APPCACHE_STORAGE_H_
316
michaeln 2011/07/14 22:53:16 it be better to revert this file and removing it f
marja(google) 2011/07/15 11:03:42 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698