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

Unified Diff: Source/bindings/dart/DartApplicationLoader.h

Issue 104433004: Enable VM service inside Dartium Renderer processes (Closed) Base URL: svn://svn.chromium.org/multivm/branches/1650/blink
Patch Set: Created 7 years 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 | Source/bindings/dart/DartController.h » ('j') | Source/bindings/dart/DartController.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/dart/DartApplicationLoader.h
diff --git a/Source/bindings/dart/DartApplicationLoader.h b/Source/bindings/dart/DartApplicationLoader.h
index 71c32e3c63fc0d698243468d23735f23ec2af344..c15e0823858f023cd3f1a7017d1098fd061840c4 100644
--- a/Source/bindings/dart/DartApplicationLoader.h
+++ b/Source/bindings/dart/DartApplicationLoader.h
@@ -85,6 +85,8 @@ private:
bool m_domEnabled;
bool m_mainInvoked;
RefPtr<DartAsyncLoader> m_asyncLoader;
+
+ friend class DartService;
};
}
« no previous file with comments | « no previous file | Source/bindings/dart/DartController.h » ('j') | Source/bindings/dart/DartController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698