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

Unified Diff: components/version_ui/version_handler_helper.h

Issue 2041603002: [ios Mojo] Implemented chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_version
Patch Set: Self review Created 4 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
Index: components/version_ui/version_handler_helper.h
diff --git a/components/version_ui/version_handler_helper.h b/components/version_ui/version_handler_helper.h
index ea2ee25e1ee0803e11da49e56c185eadb769b1ce..4958e255e3fac4301fecde1c259a7aaeb4453e16 100644
--- a/components/version_ui/version_handler_helper.h
+++ b/components/version_ui/version_handler_helper.h
@@ -17,11 +17,6 @@ namespace version_ui {
std::vector<std::string> GetVariations();
-#if defined(OS_IOS)
-// Returns the list of variations to be displayed on the chrome:://version page.
-std::unique_ptr<base::Value> GetVariationsList();
-#endif
-
} // namespace version_ui
#endif // COMPONENTS_VERSION_UI_VERSION_HANDLER_HELPER_H_
« no previous file with comments | « components/version_ui/resources/about_version_ios.js ('k') | components/version_ui/version_handler_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698