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

Side by Side Diff: content/browser/gpu/gpu_data_manager_impl_private.h

Issue 665123002: [DevTools] Move SystemInfo domain to generated handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browserProtocol
Patch Set: Rebased Created 6 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
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_ 5 #ifndef CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_
6 #define CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_ 6 #define CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_
7 7
8 #include <list> 8 #include <list>
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 void AppendPluginCommandLine(base::CommandLine* command_line) const; 70 void AppendPluginCommandLine(base::CommandLine* command_line) const;
71 71
72 void UpdateRendererWebPrefs(WebPreferences* prefs) const; 72 void UpdateRendererWebPrefs(WebPreferences* prefs) const;
73 73
74 std::string GetBlacklistVersion() const; 74 std::string GetBlacklistVersion() const;
75 std::string GetDriverBugListVersion() const; 75 std::string GetDriverBugListVersion() const;
76 76
77 void GetBlacklistReasons(base::ListValue* reasons) const; 77 void GetBlacklistReasons(base::ListValue* reasons) const;
78 78
79 void GetDriverBugWorkarounds(base::ListValue* workarounds) const; 79 std::vector<std::string> GetDriverBugWorkarounds() const;
80 80
81 void AddLogMessage(int level, 81 void AddLogMessage(int level,
82 const std::string& header, 82 const std::string& header,
83 const std::string& message); 83 const std::string& message);
84 84
85 void ProcessCrashed(base::TerminationStatus exit_code); 85 void ProcessCrashed(base::TerminationStatus exit_code);
86 86
87 base::ListValue* GetLogMessages() const; 87 base::ListValue* GetLogMessages() const;
88 88
89 void HandleGpuSwitch(); 89 void HandleGpuSwitch();
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 // True if all future Initialize calls should be ignored. 270 // True if all future Initialize calls should be ignored.
271 bool finalized_; 271 bool finalized_;
272 272
273 DISALLOW_COPY_AND_ASSIGN(GpuDataManagerImplPrivate); 273 DISALLOW_COPY_AND_ASSIGN(GpuDataManagerImplPrivate);
274 }; 274 };
275 275
276 } // namespace content 276 } // namespace content
277 277
278 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_ 278 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_
279 279
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/browser/gpu/gpu_data_manager_impl_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698