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

Unified Diff: base/file_version_info_linux.cc

Issue 21366: Add a couple more stubs to file_version_info_linux.cc. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | « base/base_lib.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_version_info_linux.cc
===================================================================
--- base/file_version_info_linux.cc (revision 9798)
+++ base/file_version_info_linux.cc (working copy)
@@ -24,6 +24,16 @@
return L"";
}
+std::wstring FileVersionInfo::file_version() {
+ NOTIMPLEMENTED();
+ return L"";
+}
+
+std::wstring FileVersionInfo::last_change() {
+ NOTIMPLEMENTED();
+ return L"";
+}
+
bool FileVersionInfo::is_official_build() {
NOTIMPLEMENTED();
return false;
« no previous file with comments | « base/base_lib.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698