From 5629e0c704b4807fd00062c8b91aeea3726fe18d Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 12 Sep 2011 22:07:36 +0000 Subject: Basic scaffolding for a "content shell", i.e. test browser over the content module. Once it's working, this will allow developers working on the core chrome code/web platform/networking etc to test their changes on a much smaller and hence faster to build/run/debug browser. This doesn't do anything yet because it's blocked on having TabContentsView implementations in content. BUG=90445 Review URL: http://codereview.chromium.org/7857019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100778 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/set_process_title_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/common/set_process_title_linux.h') diff --git a/content/common/set_process_title_linux.h b/content/common/set_process_title_linux.h index a33dfe3..9eafb77 100644 --- a/content/common/set_process_title_linux.h +++ b/content/common/set_process_title_linux.h @@ -18,6 +18,6 @@ void setproctitle(const char* fmt, ...); // Initialize state needed for setproctitle() on Linux. Pass the argv pointer // from main() to setproctitle_init() before calling setproctitle(). -void setproctitle_init(char** main_argv); +void setproctitle_init(const char** main_argv); #endif // CONTENT_COMMON_SET_PROCESS_TITLE_LINUX_H_ -- cgit v1.1