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

Unified Diff: content/renderer/renderer_main.h

Issue 8113035: Remove RenderProcessHost::is_extension_process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 2 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 | « content/common/sandbox_policy.cc ('k') | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_main.h
diff --git a/content/renderer/renderer_main.h b/content/renderer/renderer_main.h
index a830c881db0de1fb75edf11501722fed6613d72a..9175e5b0b134b2211fcff1c2733c53068d38ba87 100644
--- a/content/renderer/renderer_main.h
+++ b/content/renderer/renderer_main.h
@@ -6,11 +6,9 @@
#define CONTENT_RENDERER_RENDERER_MAIN_H_
#pragma once
-#include "content/common/content_export.h"
-
struct MainFunctionParams;
// This is the mainline routine for running as the Renderer process.
-CONTENT_EXPORT int RendererMain(const MainFunctionParams& parameters);
+int RendererMain(const MainFunctionParams& parameters);
jam 2011/10/04 20:19:35 nit: this file isn't needed anymore, we can forwar
jochen (gone - plz use gerrit) 2011/10/04 20:25:59 Done.
#endif // CONTENT_RENDERER_RENDERER_MAIN_H_
« no previous file with comments | « content/common/sandbox_policy.cc ('k') | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698