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

Unified Diff: content/child/child_process.h

Issue 450093002: Cleanup: Remove obsolete references to webkit_glue namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_unittest.cc ('k') | content/child/fling_animator_impl_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_process.h
diff --git a/content/child/child_process.h b/content/child/child_process.h
index af2d91343e1947015966b3e8ef9254513f5af33a..1aedcb688a1c6a1c7d740b377765adf5baacd6e7 100644
--- a/content/child/child_process.h
+++ b/content/child/child_process.h
@@ -54,8 +54,7 @@ class CONTENT_EXPORT ChildProcess {
// process goes away prematurely, the background thread can at least notice
// the child processes's main thread exiting to determine that it should give
// up waiting.
- // For example, see the renderer code used to implement
- // webkit_glue::GetCookies.
+ // For example, see the renderer code used to implement GetCookies().
base::WaitableEvent* GetShutDownEvent();
// These are used for ref-counting the child process. The process shuts
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_unittest.cc ('k') | content/child/fling_animator_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698