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

Side by Side Diff: extensions/browser/test_extensions_browser_client.h

Issue 395333003: Extensions: Move cast_channel and hid APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef EXTENSIONS_BROWSER_TEST_EXTENSIONS_BROWSER_CLIENT_H_ 5 #ifndef EXTENSIONS_BROWSER_TEST_EXTENSIONS_BROWSER_CLIENT_H_
6 #define EXTENSIONS_BROWSER_TEST_EXTENSIONS_BROWSER_CLIENT_H_ 6 #define EXTENSIONS_BROWSER_TEST_EXTENSIONS_BROWSER_CLIENT_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "extensions/browser/extensions_browser_client.h" 9 #include "extensions/browser/extensions_browser_client.h"
10 10
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 virtual bool IsRunningInForcedAppMode() OVERRIDE; 71 virtual bool IsRunningInForcedAppMode() OVERRIDE;
72 virtual ApiActivityMonitor* GetApiActivityMonitor( 72 virtual ApiActivityMonitor* GetApiActivityMonitor(
73 content::BrowserContext* context) OVERRIDE; 73 content::BrowserContext* context) OVERRIDE;
74 virtual ExtensionSystemProvider* GetExtensionSystemFactory() OVERRIDE; 74 virtual ExtensionSystemProvider* GetExtensionSystemFactory() OVERRIDE;
75 virtual void RegisterExtensionFunctions( 75 virtual void RegisterExtensionFunctions(
76 ExtensionFunctionRegistry* registry) const OVERRIDE; 76 ExtensionFunctionRegistry* registry) const OVERRIDE;
77 virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate( 77 virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate(
78 content::BrowserContext* context) const OVERRIDE; 78 content::BrowserContext* context) const OVERRIDE;
79 virtual ComponentExtensionResourceManager* 79 virtual ComponentExtensionResourceManager*
80 GetComponentExtensionResourceManager() OVERRIDE; 80 GetComponentExtensionResourceManager() OVERRIDE;
81 virtual net::NetLog* GetNetLog() OVERRIDE;
81 82
82 private: 83 private:
83 content::BrowserContext* main_context_; // Not owned. 84 content::BrowserContext* main_context_; // Not owned.
84 content::BrowserContext* incognito_context_; // Not owned, defaults to NULL. 85 content::BrowserContext* incognito_context_; // Not owned, defaults to NULL.
85 86
86 // Not owned, defaults to NULL. 87 // Not owned, defaults to NULL.
87 ProcessManagerDelegate* process_manager_delegate_; 88 ProcessManagerDelegate* process_manager_delegate_;
88 89
89 DISALLOW_COPY_AND_ASSIGN(TestExtensionsBrowserClient); 90 DISALLOW_COPY_AND_ASSIGN(TestExtensionsBrowserClient);
90 }; 91 };
91 92
92 } // namespace extensions 93 } // namespace extensions
93 94
94 #endif // EXTENSIONS_BROWSER_TEST_EXTENSIONS_BROWSER_CLIENT_H_ 95 #endif // EXTENSIONS_BROWSER_TEST_EXTENSIONS_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « extensions/browser/extensions_browser_client.h ('k') | extensions/browser/test_extensions_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698