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

Side by Side Diff: content/browser/mock_content_browser_client.h

Issue 9583022: Don't suppress HW compositing on the new file manager (chrome://files). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CONTENT_BROWSER_MOCK_CONTENT_BROWSER_CLIENT_H_ 5 #ifndef CONTENT_BROWSER_MOCK_CONTENT_BROWSER_CLIENT_H_
6 #define CONTENT_BROWSER_MOCK_CONTENT_BROWSER_CLIENT_H_ 6 #define CONTENT_BROWSER_MOCK_CONTENT_BROWSER_CLIENT_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 virtual std::string GetWorkerProcessTitle( 135 virtual std::string GetWorkerProcessTitle(
136 const GURL& url, content::ResourceContext* context) OVERRIDE; 136 const GURL& url, content::ResourceContext* context) OVERRIDE;
137 virtual void ResourceDispatcherHostCreated() OVERRIDE; 137 virtual void ResourceDispatcherHostCreated() OVERRIDE;
138 virtual SpeechInputManagerDelegate* GetSpeechInputManagerDelegate() OVERRIDE; 138 virtual SpeechInputManagerDelegate* GetSpeechInputManagerDelegate() OVERRIDE;
139 virtual ui::Clipboard* GetClipboard() OVERRIDE; 139 virtual ui::Clipboard* GetClipboard() OVERRIDE;
140 virtual MHTMLGenerationManager* GetMHTMLGenerationManager() OVERRIDE; 140 virtual MHTMLGenerationManager* GetMHTMLGenerationManager() OVERRIDE;
141 virtual net::NetLog* GetNetLog() OVERRIDE; 141 virtual net::NetLog* GetNetLog() OVERRIDE;
142 virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE; 142 virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
143 virtual bool IsFastShutdownPossible() OVERRIDE; 143 virtual bool IsFastShutdownPossible() OVERRIDE;
144 virtual void OverrideWebkitPrefs(RenderViewHost* rvh, 144 virtual void OverrideWebkitPrefs(RenderViewHost* rvh,
145 const GURL& url,
145 WebPreferences* prefs) OVERRIDE; 146 WebPreferences* prefs) OVERRIDE;
146 virtual void UpdateInspectorSetting(RenderViewHost* rvh, 147 virtual void UpdateInspectorSetting(RenderViewHost* rvh,
147 const std::string& key, 148 const std::string& key,
148 const std::string& value) OVERRIDE; 149 const std::string& value) OVERRIDE;
149 virtual void ClearInspectorSettings(RenderViewHost* rvh) OVERRIDE; 150 virtual void ClearInspectorSettings(RenderViewHost* rvh) OVERRIDE;
150 virtual void BrowserURLHandlerCreated(BrowserURLHandler* handler) OVERRIDE; 151 virtual void BrowserURLHandlerCreated(BrowserURLHandler* handler) OVERRIDE;
151 virtual void ClearCache(RenderViewHost* rvh) OVERRIDE; 152 virtual void ClearCache(RenderViewHost* rvh) OVERRIDE;
152 virtual void ClearCookies(RenderViewHost* rvh) OVERRIDE; 153 virtual void ClearCookies(RenderViewHost* rvh) OVERRIDE;
153 virtual FilePath GetDefaultDownloadDirectory() OVERRIDE; 154 virtual FilePath GetDefaultDownloadDirectory() OVERRIDE;
154 virtual std::string GetDefaultDownloadName() OVERRIDE; 155 virtual std::string GetDefaultDownloadName() OVERRIDE;
(...skipping 16 matching lines...) Expand all
171 private: 172 private:
172 // Temporary directory for GetDefaultDownloadDirectory. 173 // Temporary directory for GetDefaultDownloadDirectory.
173 ScopedTempDir download_dir_; 174 ScopedTempDir download_dir_;
174 175
175 DISALLOW_COPY_AND_ASSIGN(MockContentBrowserClient); 176 DISALLOW_COPY_AND_ASSIGN(MockContentBrowserClient);
176 }; 177 };
177 178
178 } // namespace content 179 } // namespace content
179 180
180 #endif // CONTENT_BROWSER_MOCK_CONTENT_BROWSER_CLIENT_H_ 181 #endif // CONTENT_BROWSER_MOCK_CONTENT_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/mock_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698