Chromium Code Reviews| Index: remoting/base/constants.h |
| diff --git a/remoting/base/constants.h b/remoting/base/constants.h |
| index a8e88b2c9a670b6edac96486c375da146abc5ed5..8048ae23948e1699092a05a11f6baaf734551cad 100644 |
| --- a/remoting/base/constants.h |
| +++ b/remoting/base/constants.h |
| @@ -19,6 +19,8 @@ extern const char kVideoChannelName[]; |
| // MIME types for the clipboard. |
| extern const char kMimeTypeTextUtf8[]; |
| +const int kDefaultDpi = 96; |
| + |
| } // namespace remoting |
| #endif // REMOTING_BASE_CONSTANTS_H_ |