Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / chrome_pages.h
index 5aa7f1a..6b8e96f 100644 (file)
@@ -7,11 +7,14 @@
 
 #include <string>
 
-#include "chrome/browser/signin/signin_promo.h"
 #include "chrome/browser/ui/host_desktop.h"
 #include "components/content_settings/core/common/content_settings_types.h"
 #include "url/gurl.h"
 
+#if !defined(OS_ANDROID) && !defined(OS_IOS)
+#include "chrome/browser/signin/signin_promo.h"
+#endif
+
 class Browser;
 
 namespace content {
@@ -53,6 +56,7 @@ void ShowHelpForProfile(Profile* profile,
                         HelpSource source);
 void ShowPolicy(Browser* browser);
 void ShowSlow(Browser* browser);
+void ShowMemory(Browser* browser);
 
 // Constructs a settings GURL for the specified |sub_page|.
 GURL GetSettingsUrl(const std::string& sub_page);
@@ -76,9 +80,12 @@ void ShowPasswordManager(Browser* browser);
 void ShowImportDialog(Browser* browser);
 void ShowAboutChrome(Browser* browser);
 void ShowSearchEngineSettings(Browser* browser);
+
+#if !defined(OS_ANDROID) && !defined(OS_IOS)
 // If the user is already signed in, shows the "Signin" portion of Settings,
 // otherwise initiates signin.
 void ShowBrowserSignin(Browser* browser, signin::Source source);
+#endif
 
 }  // namespace chrome