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

Unified Diff: chrome/renderer/extensions/webstore_bindings.cc

Issue 2561963002: base: Remove the string logging from CHECK(). (Closed)
Patch Set: checkstring: rebase Created 4 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
Index: chrome/renderer/extensions/webstore_bindings.cc
diff --git a/chrome/renderer/extensions/webstore_bindings.cc b/chrome/renderer/extensions/webstore_bindings.cc
index 5fd175a5f6ea863b9999df4e3d7dff8fb0cc4a40..ea59ba3404a5640f85e42d76755c62c389aa6ca2 100644
--- a/chrome/renderer/extensions/webstore_bindings.cc
+++ b/chrome/renderer/extensions/webstore_bindings.cc
@@ -194,7 +194,7 @@ bool WebstoreBindings::OnMessageReceived(const IPC::Message& message) {
OnInlineInstallStageChanged)
IPC_MESSAGE_HANDLER(ExtensionMsg_InlineInstallDownloadProgress,
OnInlineInstallDownloadProgress)
- IPC_MESSAGE_UNHANDLED(CHECK(false) << "Unhandled IPC message")
+ IPC_MESSAGE_UNHANDLED(CHECK(false))
IPC_END_MESSAGE_MAP()
return true;
}

Powered by Google App Engine
This is Rietveld 408576698