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

Unified Diff: components/version_ui/version_ui_constants.cc

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.cc
diff --git a/components/version_ui/version_ui_constants.cc b/components/version_ui/version_ui_constants.cc
index 410e496203a0b1a8c69d0b4d756352168a33af7f..41737d07e93082c369c2f3bf8d68be0af28d271a 100644
--- a/components/version_ui/version_ui_constants.cc
+++ b/components/version_ui/version_ui_constants.cc
@@ -10,11 +10,11 @@ namespace version_ui {
const char kAboutVersionCSS[] = "about_version.css";
const char kVersionJS[] = "version.js";
+#if defined(OS_IOS)
// Message handlers.
const char kRequestVersionInfo[] = "requestVersionInfo";
-const char kReturnFilePaths[] = "returnFilePaths";
-const char kReturnFlashVersion[] = "returnFlashVersion";
const char kReturnVariationInfo[] = "returnVariationInfo";
+#endif
// Strings.
const char kApplicationLabel[] = "application_label";

Powered by Google App Engine
This is Rietveld 408576698