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

Side by Side Diff: content/browser/appcache/chrome_appcache_service.h

Issue 6657003: Update a bunch of files to the new location of notification files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 9 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 CONTENT_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_ 5 #ifndef CONTENT_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_
6 #define CONTENT_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_ 6 #define CONTENT_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/ref_counted.h" 9 #include "base/ref_counted.h"
10 #include "chrome/browser/content_settings/host_content_settings_map.h" 10 #include "chrome/browser/content_settings/host_content_settings_map.h"
11 #include "chrome/common/notification_registrar.h"
12 #include "content/browser/browser_thread.h" 11 #include "content/browser/browser_thread.h"
12 #include "content/common/notification_registrar.h"
13 #include "webkit/appcache/appcache_policy.h" 13 #include "webkit/appcache/appcache_policy.h"
14 #include "webkit/appcache/appcache_service.h" 14 #include "webkit/appcache/appcache_service.h"
15 #include "webkit/quota/special_storage_policy.h" 15 #include "webkit/quota/special_storage_policy.h"
16 16
17 class ChromeURLRequestContext; 17 class ChromeURLRequestContext;
18 class FilePath; 18 class FilePath;
19 19
20 // An AppCacheService subclass used by the chrome. There is an instance 20 // An AppCacheService subclass used by the chrome. There is an instance
21 // associated with each Profile. This derivation adds refcounting semantics 21 // associated with each Profile. This derivation adds refcounting semantics
22 // since a profile has multiple URLRequestContexts which refer to the same 22 // since a profile has multiple URLRequestContexts which refer to the same
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 scoped_refptr<HostContentSettingsMap> host_contents_settings_map_; 61 scoped_refptr<HostContentSettingsMap> host_contents_settings_map_;
62 NotificationRegistrar registrar_; 62 NotificationRegistrar registrar_;
63 bool clear_local_state_on_exit_; 63 bool clear_local_state_on_exit_;
64 FilePath cache_path_; 64 FilePath cache_path_;
65 65
66 DISALLOW_COPY_AND_ASSIGN(ChromeAppCacheService); 66 DISALLOW_COPY_AND_ASSIGN(ChromeAppCacheService);
67 }; 67 };
68 68
69 #endif // CONTENT_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_ 69 #endif // CONTENT_BROWSER_APPCACHE_CHROME_APPCACHE_SERVICE_H_
OLDNEW
« no previous file with comments | « chrome_frame/test/net/fake_external_tab.cc ('k') | content/browser/appcache/chrome_appcache_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698