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

Side by Side Diff: chrome/browser/chrome_content_browser_client.h

Issue 20860003: Remove hyphenation code from Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_ 5 #ifndef CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_
6 #define CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_ 6 #define CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <utility> 10 #include <utility>
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 content::BrowserPpapiHost* browser_host) OVERRIDE; 237 content::BrowserPpapiHost* browser_host) OVERRIDE;
238 virtual content::BrowserPpapiHost* GetExternalBrowserPpapiHost( 238 virtual content::BrowserPpapiHost* GetExternalBrowserPpapiHost(
239 int plugin_process_id) OVERRIDE; 239 int plugin_process_id) OVERRIDE;
240 virtual bool SupportsBrowserPlugin(content::BrowserContext* browser_context, 240 virtual bool SupportsBrowserPlugin(content::BrowserContext* browser_context,
241 const GURL& site_url) OVERRIDE; 241 const GURL& site_url) OVERRIDE;
242 virtual bool AllowPepperSocketAPI( 242 virtual bool AllowPepperSocketAPI(
243 content::BrowserContext* browser_context, 243 content::BrowserContext* browser_context,
244 const GURL& url, 244 const GURL& url,
245 bool private_api, 245 bool private_api,
246 const content::SocketPermissionRequest& params) OVERRIDE; 246 const content::SocketPermissionRequest& params) OVERRIDE;
247 virtual base::FilePath GetHyphenDictionaryDirectory() OVERRIDE;
248 virtual ui::SelectFilePolicy* CreateSelectFilePolicy( 247 virtual ui::SelectFilePolicy* CreateSelectFilePolicy(
249 content::WebContents* web_contents) OVERRIDE; 248 content::WebContents* web_contents) OVERRIDE;
250 virtual void GetAdditionalAllowedSchemesForFileSystem( 249 virtual void GetAdditionalAllowedSchemesForFileSystem(
251 std::vector<std::string>* additional_schemes) OVERRIDE; 250 std::vector<std::string>* additional_schemes) OVERRIDE;
252 virtual void GetAdditionalFileSystemBackends( 251 virtual void GetAdditionalFileSystemBackends(
253 content::BrowserContext* browser_context, 252 content::BrowserContext* browser_context,
254 const base::FilePath& storage_partition_path, 253 const base::FilePath& storage_partition_path,
255 ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE; 254 ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE;
256 255
257 #if defined(OS_POSIX) && !defined(OS_MACOSX) 256 #if defined(OS_POSIX) && !defined(OS_MACOSX)
(...skipping 20 matching lines...) Expand all
278 #endif 277 #endif
279 scoped_ptr<extensions::BrowserPermissionsPolicyDelegate> 278 scoped_ptr<extensions::BrowserPermissionsPolicyDelegate>
280 permissions_policy_delegate_; 279 permissions_policy_delegate_;
281 280
282 DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient); 281 DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient);
283 }; 282 };
284 283
285 } // namespace chrome 284 } // namespace chrome
286 285
287 #endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_ 286 #endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698