Index: content/shell/browser/shell_android.cc |
diff --git a/content/shell/browser/shell_android.cc b/content/shell/browser/shell_android.cc |
index 5ed03cd040a77f7448ba31f18a5580d58375e04a..65a775c6915be4d3dbf124ccc629811cca04c643 100644 |
--- a/content/shell/browser/shell_android.cc |
+++ b/content/shell/browser/shell_android.cc |
@@ -66,7 +66,7 @@ void Shell::PlatformResizeSubViews() { |
} |
void Shell::PlatformSetTitle(const base::string16& title) { |
- NOTIMPLEMENTED(); |
+ NOTIMPLEMENTED() << ": " << title; |
} |
void Shell::LoadProgressChanged(WebContents* source, double progress) { |