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

Side by Side Diff: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h

Issue 10828314: Move Variations stuff into variations/ directories and add OWNERS files for the variations client t… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add OWNERS files Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_BROWSER_RENDERER_HOST_CHROME_RESOURCE_DISPATCHER_HOST_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_RENDERER_HOST_CHROME_RESOURCE_DISPATCHER_HOST_DELEGATE_H_
6 #define CHROME_BROWSER_RENDERER_HOST_CHROME_RESOURCE_DISPATCHER_HOST_DELEGATE_H_ 6 #define CHROME_BROWSER_RENDERER_HOST_CHROME_RESOURCE_DISPATCHER_HOST_DELEGATE_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/metrics/field_trial.h" 12 #include "base/metrics/field_trial.h"
13 #include "chrome/common/metrics/variation_ids.h" 13 #include "chrome/common/metrics/variations/variation_ids.h"
14 #include "content/public/browser/resource_dispatcher_host_delegate.h" 14 #include "content/public/browser/resource_dispatcher_host_delegate.h"
15 15
16 class DelayedResourceQueue; 16 class DelayedResourceQueue;
17 class DownloadRequestLimiter; 17 class DownloadRequestLimiter;
18 class SafeBrowsingService; 18 class SafeBrowsingService;
19 19
20 namespace extensions { 20 namespace extensions {
21 class UserScriptListener; 21 class UserScriptListener;
22 } 22 }
23 23
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 // This consists of a list of valid IDs, and the actual transmitted header. 131 // This consists of a list of valid IDs, and the actual transmitted header.
132 // Note that since this cache is both initialized and accessed from the IO 132 // Note that since this cache is both initialized and accessed from the IO
133 // thread, we do not need to synchronize its uses. 133 // thread, we do not need to synchronize its uses.
134 std::set<chrome_variations::VariationID> variation_ids_set_; 134 std::set<chrome_variations::VariationID> variation_ids_set_;
135 std::string variation_ids_header_; 135 std::string variation_ids_header_;
136 136
137 DISALLOW_COPY_AND_ASSIGN(ChromeResourceDispatcherHostDelegate); 137 DISALLOW_COPY_AND_ASSIGN(ChromeResourceDispatcherHostDelegate);
138 }; 138 };
139 139
140 #endif // CHROME_BROWSER_RENDERER_HOST_CHROME_RESOURCE_DISPATCHER_HOST_DELEGATE _H_ 140 #endif // CHROME_BROWSER_RENDERER_HOST_CHROME_RESOURCE_DISPATCHER_HOST_DELEGATE _H_
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698