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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 18822004: Extension Error Piping - Blink: WebKit Side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Use v8 Contexts Created 7 years, 5 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: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 810d66a0ab3df9eaaff633e28ce451456efe091c..66207c436164c1655a671cf549f2993115eb21be 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -94,10 +94,11 @@ public:
virtual void setMenubarVisible(bool);
virtual bool menubarVisible();
virtual void setResizable(bool);
+ virtual bool shouldReportDetailedMessage(v8::Handle<v8::Context>, const WTF::String& source);
virtual void addMessageToConsole(
WebCore::MessageSource, WebCore::MessageLevel,
const WTF::String& message, unsigned lineNumber,
- const WTF::String& sourceID);
+ const WTF::String& sourceID, const WTF::String& details);
virtual bool canRunBeforeUnloadConfirmPanel();
virtual bool runBeforeUnloadConfirmPanel(
const WTF::String& message, WebCore::Frame*);

Powered by Google App Engine
This is Rietveld 408576698