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

Side by Side Diff: chrome/browser/plugins/plugin_info_message_filter.h

Issue 1658793002: Update chrome for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
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_PLUGINS_PLUGIN_INFO_MESSAGE_FILTER_H_ 5 #ifndef CHROME_BROWSER_PLUGINS_PLUGIN_INFO_MESSAGE_FILTER_H_
6 #define CHROME_BROWSER_PLUGINS_PLUGIN_INFO_MESSAGE_FILTER_H_ 6 #define CHROME_BROWSER_PLUGINS_PLUGIN_INFO_MESSAGE_FILTER_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "base/memory/weak_ptr.h" 14 #include "base/memory/weak_ptr.h"
15 #include "base/prefs/pref_member.h"
16 #include "base/sequenced_task_runner_helpers.h" 15 #include "base/sequenced_task_runner_helpers.h"
17 #include "chrome/browser/plugins/plugin_prefs.h" 16 #include "chrome/browser/plugins/plugin_prefs.h"
18 #include "components/content_settings/core/common/content_settings.h" 17 #include "components/content_settings/core/common/content_settings.h"
18 #include "components/prefs/pref_member.h"
19 #include "content/public/browser/browser_message_filter.h" 19 #include "content/public/browser/browser_message_filter.h"
20 20
21 struct ChromeViewHostMsg_GetPluginInfo_Output; 21 struct ChromeViewHostMsg_GetPluginInfo_Output;
22 enum class ChromeViewHostMsg_GetPluginInfo_Status; 22 enum class ChromeViewHostMsg_GetPluginInfo_Status;
23 class GURL; 23 class GURL;
24 class HostContentSettingsMap; 24 class HostContentSettingsMap;
25 class PluginFinder; 25 class PluginFinder;
26 class PluginMetadata; 26 class PluginMetadata;
27 class Profile; 27 class Profile;
28 28
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 126
127 Context context_; 127 Context context_;
128 128
129 scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_; 129 scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_;
130 base::WeakPtrFactory<PluginInfoMessageFilter> weak_ptr_factory_; 130 base::WeakPtrFactory<PluginInfoMessageFilter> weak_ptr_factory_;
131 131
132 DISALLOW_COPY_AND_ASSIGN(PluginInfoMessageFilter); 132 DISALLOW_COPY_AND_ASSIGN(PluginInfoMessageFilter);
133 }; 133 };
134 134
135 #endif // CHROME_BROWSER_PLUGINS_PLUGIN_INFO_MESSAGE_FILTER_H_ 135 #endif // CHROME_BROWSER_PLUGINS_PLUGIN_INFO_MESSAGE_FILTER_H_
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_finder.cc ('k') | chrome/browser/plugins/plugin_info_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698