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

Side by Side Diff: content/shell/shell_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_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_ 5 #ifndef CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_
6 #define CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_ 6 #define CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 virtual std::string GetWorkerProcessTitle( 140 virtual std::string GetWorkerProcessTitle(
141 const GURL& url, content::ResourceContext* context) OVERRIDE; 141 const GURL& url, content::ResourceContext* context) OVERRIDE;
142 virtual void ResourceDispatcherHostCreated() OVERRIDE; 142 virtual void ResourceDispatcherHostCreated() OVERRIDE;
143 virtual SpeechInputManagerDelegate* GetSpeechInputManagerDelegate() OVERRIDE; 143 virtual SpeechInputManagerDelegate* GetSpeechInputManagerDelegate() OVERRIDE;
144 virtual ui::Clipboard* GetClipboard() OVERRIDE; 144 virtual ui::Clipboard* GetClipboard() OVERRIDE;
145 virtual MHTMLGenerationManager* GetMHTMLGenerationManager() OVERRIDE; 145 virtual MHTMLGenerationManager* GetMHTMLGenerationManager() OVERRIDE;
146 virtual net::NetLog* GetNetLog() OVERRIDE; 146 virtual net::NetLog* GetNetLog() OVERRIDE;
147 virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE; 147 virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
148 virtual bool IsFastShutdownPossible() OVERRIDE; 148 virtual bool IsFastShutdownPossible() OVERRIDE;
149 virtual void OverrideWebkitPrefs(RenderViewHost* rvh, 149 virtual void OverrideWebkitPrefs(RenderViewHost* rvh,
150 const GURL& url,
150 WebPreferences* prefs) OVERRIDE; 151 WebPreferences* prefs) OVERRIDE;
151 virtual void UpdateInspectorSetting(RenderViewHost* rvh, 152 virtual void UpdateInspectorSetting(RenderViewHost* rvh,
152 const std::string& key, 153 const std::string& key,
153 const std::string& value) OVERRIDE; 154 const std::string& value) OVERRIDE;
154 virtual void ClearInspectorSettings(RenderViewHost* rvh) OVERRIDE; 155 virtual void ClearInspectorSettings(RenderViewHost* rvh) OVERRIDE;
155 virtual void BrowserURLHandlerCreated(BrowserURLHandler* handler) OVERRIDE; 156 virtual void BrowserURLHandlerCreated(BrowserURLHandler* handler) OVERRIDE;
156 virtual void ClearCache(RenderViewHost* rvh) OVERRIDE; 157 virtual void ClearCache(RenderViewHost* rvh) OVERRIDE;
157 virtual void ClearCookies(RenderViewHost* rvh) OVERRIDE; 158 virtual void ClearCookies(RenderViewHost* rvh) OVERRIDE;
158 virtual FilePath GetDefaultDownloadDirectory() OVERRIDE; 159 virtual FilePath GetDefaultDownloadDirectory() OVERRIDE;
159 virtual std::string GetDefaultDownloadName() OVERRIDE; 160 virtual std::string GetDefaultDownloadName() OVERRIDE;
(...skipping 13 matching lines...) Expand all
173 const GURL& url) OVERRIDE; 174 const GURL& url) OVERRIDE;
174 #endif 175 #endif
175 176
176 private: 177 private:
177 ShellBrowserMainParts* shell_browser_main_parts_; 178 ShellBrowserMainParts* shell_browser_main_parts_;
178 }; 179 };
179 180
180 } // namespace content 181 } // namespace content
181 182
182 #endif // CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_ 183 #endif // CONTENT_SHELL_SHELL_CONTENT_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | content/shell/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698