Chromium Code Reviews| Index: content/renderer/render_view_impl.h |
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
| index d338b172a7e5524ffb39d73b15b71cd901990319..23408d2beba7eb80f2480817734fedc0870c8d5d 100644 |
| --- a/content/renderer/render_view_impl.h |
| +++ b/content/renderer/render_view_impl.h |
| @@ -18,6 +18,7 @@ |
| #include "base/memory/weak_ptr.h" |
| #include "base/observer_list.h" |
| #include "base/process/process.h" |
| +#include "base/strings/string16.h" |
|
pfeldman
2013/08/16 08:00:48
You don't need it anymore?
Devlin
2013/08/16 16:06:27
I added it originally as part of a separate patch,
|
| #include "base/timer/timer.h" |
| #include "build/build_config.h" |
| #include "cc/input/top_controls_state.h" |
| @@ -445,10 +446,12 @@ class CONTENT_EXPORT RenderViewImpl |
| const WebKit::WebPopupMenuInfo& popup_menu_info, |
| WebKit::WebExternalPopupMenuClient* popup_menu_client); |
| virtual WebKit::WebStorageNamespace* createSessionStorageNamespace(); |
| + virtual bool shouldReportDetailedMessageForSource( |
| + const WebKit::WebString& source); |
| virtual void didAddMessageToConsole( |
| const WebKit::WebConsoleMessage& message, |
| const WebKit::WebString& source_name, |
| - unsigned source_line); |
| + unsigned source_line, const WebKit::WebString& stack_trace); |
| virtual void printPage(WebKit::WebFrame* frame); |
| virtual WebKit::WebNotificationPresenter* notificationPresenter(); |
| virtual bool enumerateChosenDirectory( |