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

Unified Diff: content/browser/devtools/protocol/devtools_protocol_handler_generator.py

Issue 1044423005: Expose CC.host_wrapper and CXX.host_wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make Python Code Generate Chromium Styled Code Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/devtools_protocol_handler_generator.py
diff --git a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
index da984685ccc3796e1fd77e6cb2f245adcb7e73a7..dd4fccf13b1b8b51dbc3cfd71b9f735ddf159483 100755
--- a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
+++ b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
@@ -132,6 +132,8 @@ ${methods}\
private:
friend struct ${declared_name}Builder<0>;
+ friend class base::RefCounted<${declared_name}Builder<MASK>>;
+ virtual ~${declared_name}Builder() {}
${declared_name}Builder() : dict_(new base::DictionaryValue()) {
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698