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

Unified Diff: content/public/common/desktop_media_id.cc

Issue 23726015: All together now (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cap
Patch Set: Created 7 years, 4 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 | « content/public/common/desktop_media_id.h ('k') | ui/compositor/compositor.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/desktop_media_id.cc
diff --git a/content/public/common/desktop_media_id.cc b/content/public/common/desktop_media_id.cc
index 82ebe9ca4d2185c822246a9b6f0f398381c0a26c..ea13967feb293ef06f592c0eea618338464dceb7 100644
--- a/content/public/common/desktop_media_id.cc
+++ b/content/public/common/desktop_media_id.cc
@@ -22,7 +22,7 @@ DesktopMediaID DesktopMediaID::Parse(const std::string& str) {
return DesktopMediaID(TYPE_NONE, 0);
}
-std::string DesktopMediaID::ToString() {
+std::string DesktopMediaID::ToString() const {
switch (type) {
case TYPE_NONE:
NOTREACHED();
« no previous file with comments | « content/public/common/desktop_media_id.h ('k') | ui/compositor/compositor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698