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

Unified Diff: content/public/browser/content_browser_client.h

Issue 9566035: Move QuotaPermissionContext to content/public/browser and put it in the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 10 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/quota_permission_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 9945812df10649fed123d5c092593cf33ed507ab..78e60a516f66a0fe02164480fc7c5bc3deaa7c0e 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -21,24 +21,11 @@ class CommandLine;
class FilePath;
class GURL;
class PluginProcessHost;
-class QuotaPermissionContext;
class RenderViewHost;
class ResourceDispatcherHost;
class SkBitmap;
struct WebPreferences;
-namespace content {
-class AccessTokenStore;
-class BrowserMainParts;
-class RenderProcessHost;
-class SiteInstance;
-class SpeechInputManagerDelegate;
-class WebContents;
-class WebContentsView;
-struct MainFunctionParams;
-struct ShowDesktopNotificationHostMsgParams;
-}
-
namespace crypto {
class CryptoModuleBlockingPasswordDelegate;
}
@@ -61,9 +48,19 @@ class Clipboard;
namespace content {
+class AccessTokenStore;
class BrowserContext;
+class BrowserMainParts;
+class RenderProcessHost;
+class QuotaPermissionContext;
class ResourceContext;
+class SiteInstance;
+class SpeechInputManagerDelegate;
+class WebContents;
+class WebContentsView;
class WebUIControllerFactory;
+struct MainFunctionParams;
+struct ShowDesktopNotificationHostMsgParams;
typedef base::Callback< void(const content::MediaStreamDevices&) >
MediaResponseCallback;
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/quota_permission_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698