OLD | NEW |
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_PLUGIN_PREFS_H_ | 5 #ifndef CHROME_BROWSER_PLUGIN_PREFS_H_ |
6 #define CHROME_BROWSER_PLUGIN_PREFS_H_ | 6 #define CHROME_BROWSER_PLUGIN_PREFS_H_ |
7 #pragma once | 7 #pragma once |
8 | 8 |
9 #include <set> | 9 #include <set> |
10 #include <vector> | 10 #include <vector> |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 PrefService* prefs_; | 114 PrefService* prefs_; |
115 | 115 |
116 PrefChangeRegistrar registrar_; | 116 PrefChangeRegistrar registrar_; |
117 | 117 |
118 bool notify_pending_; | 118 bool notify_pending_; |
119 | 119 |
120 DISALLOW_COPY_AND_ASSIGN(PluginPrefs); | 120 DISALLOW_COPY_AND_ASSIGN(PluginPrefs); |
121 }; | 121 }; |
122 | 122 |
123 #endif // CHROME_BROWSER_PLUGIN_PREFS_H_ | 123 #endif // CHROME_BROWSER_PLUGIN_PREFS_H_ |
OLD | NEW |