| Index: content/common/navigation_params.h
|
| diff --git a/content/common/navigation_params.h b/content/common/navigation_params.h
|
| index 1a09b3332381818ea92a7535aaac82bd37d081eb..82e5191832e305078f0942882cd60c11a2d18a23 100644
|
| --- a/content/common/navigation_params.h
|
| +++ b/content/common/navigation_params.h
|
| @@ -39,7 +39,7 @@ enum LoFiState {
|
| // Helper function to determine if the navigation to |url| should make a request
|
| // to the network stack. A request should not be sent for data URLs, JavaScript
|
| // URLs or about:blank. In these cases, no request needs to be sent.
|
| -bool ShouldMakeNetworkRequestForURL(const GURL& url);
|
| +bool CONTENT_EXPORT ShouldMakeNetworkRequestForURL(const GURL& url);
|
|
|
| // The following structures hold parameters used during a navigation. In
|
| // particular they are used by FrameMsg_Navigate, FrameMsg_CommitNavigation and
|
|
|