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

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: change slashes 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
« no previous file with comments | « components/version_ui/version_handler_helper.cc ('k') | components/version_ui/version_ui_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..44a23638448d6b6864b08751d04f5fb4c9dfb58e 100644
--- a/components/version_ui/version_ui_constants.h
+++ b/components/version_ui/version_ui_constants.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
#define COMPONENTS_VERSION_UI_VERSION_UI_CONSTANTS_H_
+#include "build/build_config.h"
+
namespace version_ui {
// Resource paths.
@@ -12,12 +14,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.
« no previous file with comments | « components/version_ui/version_handler_helper.cc ('k') | components/version_ui/version_ui_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698