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

Unified Diff: content/browser/in_process_webkit/webkit_thread.h

Issue 8776007: Start/stop WebKitThread from BrowserMainLoop like other BrowserThreads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 9 years 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/browser/browser_main_loop.cc ('k') | content/browser/in_process_webkit/webkit_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/in_process_webkit/webkit_thread.h
diff --git a/content/browser/in_process_webkit/webkit_thread.h b/content/browser/in_process_webkit/webkit_thread.h
index ed38bcf0f0c50e02a067116d0f24cc96c7a150e4..1e93cab3f82a3157494b72d5748f778d1d0d3415 100644
--- a/content/browser/in_process_webkit/webkit_thread.h
+++ b/content/browser/in_process_webkit/webkit_thread.h
@@ -14,6 +14,8 @@
class BrowserWebKitPlatformSupportImpl;
+namespace content {
+
// This creates a WebKit main thread on instantiation (if not in
// --single-process mode) on construction and kills it on deletion.
class CONTENT_EXPORT WebKitThread {
@@ -45,4 +47,6 @@ class CONTENT_EXPORT WebKitThread {
DISALLOW_COPY_AND_ASSIGN(WebKitThread);
};
+} // namespace content
+
#endif // CONTENT_BROWSER_IN_PROCESS_WEBKIT_WEBKIT_THREAD_H_
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/in_process_webkit/webkit_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698