Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / profiles / profile_impl.h
index 9751628..3b6c0af 100644 (file)
@@ -60,15 +60,6 @@ class ProfileImpl : public Profile {
 
   static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
 
-  // Ensures that the preference hash store has been initialized for the profile
-  // at |profile_path|.
-  static void InitializePrefHashStoreIfRequired(
-      const base::FilePath& profile_path);
-
-  // Resets the contents of the preference hash store for the profile at
-  // |profile_path|.
-  static void ResetPrefHashStore(const base::FilePath& profile_path);
-
   // content::BrowserContext implementation:
   virtual base::FilePath GetPath() const OVERRIDE;
   virtual content::DownloadManagerDelegate*
@@ -83,13 +74,13 @@ class ProfileImpl : public Profile {
       GetMediaRequestContextForStoragePartition(
           const base::FilePath& partition_path,
           bool in_memory) OVERRIDE;
-  virtual void RequestMIDISysExPermission(
+  virtual void RequestMidiSysExPermission(
       int render_process_id,
       int render_view_id,
       int bridge_id,
       const GURL& requesting_frame,
-      const MIDISysExPermissionCallback& callback) OVERRIDE;
-  virtual void CancelMIDISysExPermissionRequest(
+      const MidiSysExPermissionCallback& callback) OVERRIDE;
+  virtual void CancelMidiSysExPermissionRequest(
       int render_process_id,
       int render_view_id,
       int bridge_id,
@@ -188,8 +179,6 @@ class ProfileImpl : public Profile {
   // Does final prefs initialization and calls Init().
   void OnPrefsLoaded(bool success);
 
-  base::FilePath GetPrefFilePath();
-
 #if defined(ENABLE_SESSION_SERVICE)
   void StopCreateSessionServiceTimer();