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

Unified Diff: content/renderer/webclipboard_impl.cc

Issue 224843013: don't hit NOTREACHED when pasting on non-x11 non-chromeos unix builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webclipboard_impl.cc
diff --git a/content/renderer/webclipboard_impl.cc b/content/renderer/webclipboard_impl.cc
index 2408eda86dcee3b5a4d2e0501d2922355bd9e667..815bf5b6b2b0c610d122c22ade461ae5024acb18 100644
--- a/content/renderer/webclipboard_impl.cc
+++ b/content/renderer/webclipboard_impl.cc
@@ -214,7 +214,7 @@ bool WebClipboardImpl::ConvertBufferType(Buffer buffer,
#endif
#endif
spang 2014/04/08 22:57:21 This code can preprocess to case BufferSelec
rjkroege 2014/04/09 14:56:07 I'm with spang here. Why does this code not fire o
Mostyn Bramley-Moore 2014/04/09 18:40:28 X is the only platform I know of that copies on se
default:
- NOTREACHED();
+ NOTIMPLEMENTED();
return false;
}
return true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698