Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / android / google_location_settings_helper.h
index 6d6a513..5ffc776 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
@@ -17,17 +17,12 @@ class GoogleLocationSettingsHelper {
 
   static GoogleLocationSettingsHelper* Create();
 
-  virtual std::string GetAcceptButtonLabel(bool allow) = 0;
-  virtual void ShowGoogleLocationSettings() = 0;
-  // Checks both Master and Google Apps location setting to see
-  // if we should use "Allow" in the accept button.
-  virtual bool IsAllowLabel() = 0;
-  virtual bool IsMasterLocationSettingEnabled() = 0;
-  virtual bool IsGoogleAppsLocationSettingEnabled() = 0;
+  virtual bool IsSystemLocationEnabled() = 0;
 
  protected:
   GoogleLocationSettingsHelper() {}
 
+
  private:
 
   DISALLOW_COPY_AND_ASSIGN(GoogleLocationSettingsHelper);