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

Side by Side Diff: chrome/browser/net/net_pref_observer.h

Issue 8539006: Cleanup: Remove unneeded forward declarations from various chrome/browser subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.h ('k') | chrome/browser/notifications/balloon.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 CHROME_BROWSER_NET_NET_PREF_OBSERVER_H_ 5 #ifndef CHROME_BROWSER_NET_NET_PREF_OBSERVER_H_
6 #define CHROME_BROWSER_NET_NET_PREF_OBSERVER_H_ 6 #define CHROME_BROWSER_NET_NET_PREF_OBSERVER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "chrome/browser/prefs/pref_member.h" 12 #include "chrome/browser/prefs/pref_member.h"
13 #include "content/public/browser/notification_observer.h" 13 #include "content/public/browser/notification_observer.h"
14 14
15 class Profile;
16
17 namespace chrome_browser_net { 15 namespace chrome_browser_net {
18 class Predictor; 16 class Predictor;
19 } 17 }
20 18
21 namespace prerender { 19 namespace prerender {
22 class PrerenderManager; 20 class PrerenderManager;
23 } 21 }
24 22
25 // Monitors network-related preferences for changes and applies them. 23 // Monitors network-related preferences for changes and applies them.
26 // The supplied PrefService must outlive this NetPrefObserver. 24 // The supplied PrefService must outlive this NetPrefObserver.
(...skipping 22 matching lines...) Expand all
49 BooleanPrefMember network_prediction_enabled_; 47 BooleanPrefMember network_prediction_enabled_;
50 BooleanPrefMember spdy_disabled_; 48 BooleanPrefMember spdy_disabled_;
51 BooleanPrefMember http_throttling_enabled_; 49 BooleanPrefMember http_throttling_enabled_;
52 prerender::PrerenderManager* prerender_manager_; 50 prerender::PrerenderManager* prerender_manager_;
53 chrome_browser_net::Predictor* predictor_; 51 chrome_browser_net::Predictor* predictor_;
54 52
55 DISALLOW_COPY_AND_ASSIGN(NetPrefObserver); 53 DISALLOW_COPY_AND_ASSIGN(NetPrefObserver);
56 }; 54 };
57 55
58 #endif // CHROME_BROWSER_NET_NET_PREF_OBSERVER_H_ 56 #endif // CHROME_BROWSER_NET_NET_PREF_OBSERVER_H_
OLDNEW
« no previous file with comments | « chrome/browser/net/chrome_url_request_context.h ('k') | chrome/browser/notifications/balloon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698