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

Unified Diff: apps/shell/browser/shell_special_storage_policy.h

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 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
Index: apps/shell/browser/shell_special_storage_policy.h
diff --git a/apps/shell/browser/shell_special_storage_policy.h b/apps/shell/browser/shell_special_storage_policy.h
deleted file mode 100644
index c23a228cf4785e60b5f8de331a9fe707f3759135..0000000000000000000000000000000000000000
--- a/apps/shell/browser/shell_special_storage_policy.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright 2014 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.
-
-#ifndef APPS_SHELL_BROWSER_SHELL_SPECIAL_STORAGE_POLICY_H_
-#define APPS_SHELL_BROWSER_SHELL_SPECIAL_STORAGE_POLICY_H_
-
-#include "webkit/browser/quota/special_storage_policy.h"
-
-namespace apps {
-
-// A simple storage policy for app_shell which does not limit storage
-// capabilities and aims to be as permissive as possible.
-class ShellSpecialStoragePolicy : public quota::SpecialStoragePolicy {
- public:
- ShellSpecialStoragePolicy();
-
- // quota::SpecialStoragePolicy implementation.
- virtual bool IsStorageProtected(const GURL& origin) OVERRIDE;
- virtual bool IsStorageUnlimited(const GURL& origin) OVERRIDE;
- virtual bool IsStorageSessionOnly(const GURL& origin) OVERRIDE;
- virtual bool CanQueryDiskSize(const GURL& origin) OVERRIDE;
- virtual bool IsFileHandler(const std::string& extension_id) OVERRIDE;
- virtual bool HasIsolatedStorage(const GURL& origin) OVERRIDE;
- virtual bool HasSessionOnlyOrigins() OVERRIDE;
-
- protected:
- virtual ~ShellSpecialStoragePolicy();
-};
-
-} // namespace apps
-
-#endif // APPS_SHELL_BROWSER_SHELL_SPECIAL_STORAGE_POLICY_H
« no previous file with comments | « apps/shell/browser/shell_runtime_api_delegate.cc ('k') | apps/shell/browser/shell_special_storage_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698