Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chrome_browser_main.h
index be706ab..a856a2b 100644 (file)
@@ -35,7 +35,7 @@ namespace chrome_browser {
 extern const char kMissingLocaleDataTitle[];
 #endif
 
-#if defined(OS_WIN) || defined(TOOLKIT_GTK)
+#if defined(OS_WIN)
 extern const char kMissingLocaleDataMessage[];
 #endif
 }
@@ -107,9 +107,6 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
   // thread.
   void StartMetricsRecording();
 
-  // Returns true if the user opted in to sending metric reports.
-  bool IsMetricsReportingEnabled();
-
   // Record time from process startup to present time in an UMA histogram.
   void RecordBrowserStartupTime();