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

Unified Diff: components/version_ui/version_ui_constants.h

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use unique_ptr Created 4 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
Index: components/version_ui/version_ui_constants.h
diff --git a/components/version_ui/version_ui_constants.h b/components/version_ui/version_ui_constants.h
index d922674858d9f26d4547f7f401b2201d9032493a..50069f8c43ec590dca56320ced2535cffbc57c31 100644
--- a/components/version_ui/version_ui_constants.h
+++ b/components/version_ui/version_ui_constants.h
@@ -12,12 +12,12 @@ namespace version_ui {
extern const char kAboutVersionCSS[];
extern const char kVersionJS[];
+#if defined(OS_IOS)
// Message handlers.
// Must match the constants used in the resource files.
extern const char kRequestVersionInfo[];
-extern const char kReturnFilePaths[];
-extern const char kReturnFlashVersion[];
extern const char kReturnVariationInfo[];
+#endif
// Strings.
// Must match the constants used in the resource files.

Powered by Google App Engine
This is Rietveld 408576698