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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 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
Index: third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
index 41359f04b627a9ef2efa544dd323c4d75f44bab6..0df44e37b994d3da8ea44f12ceb69029dd8fffca 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
@@ -24,6 +24,7 @@ public:
v8::Local<v8::Context> context() const;
int contextId() const { return m_contextId; }
+ int contextGroupId() const { return m_contextGroupId; }
bool isDefault() const { return m_isDefault; }
String16 origin() const { return m_origin; }
String16 humanReadableName() const { return m_humanReadableName; }

Powered by Google App Engine
This is Rietveld 408576698