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

Unified Diff: content/child/child_thread.h

Issue 147973002: Move SetJavaScriptFlags() from webkit to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 89156baadccba8ad9015047f605f00ecb59d62d7..04efbfff09e0d4b211d4d8613a67ad2fc488854a 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -146,6 +146,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
static void ShutdownThread();
#endif
+ static void SetJavaScriptFlags(const std::string& flags);
+
protected:
friend class ChildProcess;
« no previous file with comments | « content/child/DEPS ('k') | content/child/child_thread.cc » ('j') | content/shell/renderer/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698