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

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.h

Issue 1207353005: [iOS] Upstream some stability code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « ios/chrome/ios_chrome_tests.gyp ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/chrome_browser_provider.h
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h
index f9d91b3066e875c570d4d02b0e7556870c830b79..713cefa8bb6954c4b6d4ee6df8b01a3690c02450 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -99,6 +99,8 @@ class ChromeBrowserProvider {
virtual std::string GetProductVersionWithPrefix(const std::string& prefix);
// Returns a version string to be displayed in "About Chromium" dialog.
virtual std::string GetVersionString();
+ // Version number, e.g. "6.0.490.1".
+ virtual std::string GetVersionNumber();
};
} // namespace ios
« no previous file with comments | « ios/chrome/ios_chrome_tests.gyp ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698