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

Unified Diff: components/version_info/version_info.h

Issue 2879703002: WebView: Add channel info for UMA (Closed)
Patch Set: rebase Created 3 years, 7 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 | « components/version_info/channel_android.cc ('k') | components/version_info/version_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_info/version_info.h
diff --git a/components/version_info/version_info.h b/components/version_info/version_info.h
index 62125412b65a363dcc26be9387a3d31907e19867..f25fc5ce52e0c6343323f10aa60796a88a0514f6 100644
--- a/components/version_info/version_info.h
+++ b/components/version_info/version_info.h
@@ -36,12 +36,6 @@ std::string GetOSType();
// is branded or not and without any additional modifiers.
std::string GetChannelString(Channel channel);
-// Returns a version string to be displayed in "About Chromium" dialog.
-// |modifier| is a string representation of the channel with system specific
-// information, e.g. "dev SyzyASan". It is appended to the returned version
-// information if non-empty.
-std::string GetVersionStringWithModifier(const std::string& modifier);
-
} // namespace version_info
#endif // COMPONENTS_VERSION_INFO_VERSION_INFO_H_
« no previous file with comments | « components/version_info/channel_android.cc ('k') | components/version_info/version_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698