| Index: chrome/browser/local_discovery/privet_http_impl.h
|
| diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h
|
| index 99cd93b653249836f31f5f39fb6eb07fb35c32fd..fc04bce825c31e310b98c0f7d70a67539bc18d87 100644
|
| --- a/chrome/browser/local_discovery/privet_http_impl.h
|
| +++ b/chrome/browser/local_discovery/privet_http_impl.h
|
| @@ -193,6 +193,7 @@ class PrivetDataReadOperationImpl : public PrivetDataReadOperation,
|
| scoped_ptr<PrivetURLFetcher> url_fetcher_;
|
| };
|
|
|
| +#if defined(ENABLE_FULL_PRINTING)
|
| class PrivetLocalPrintOperationImpl
|
| : public PrivetLocalPrintOperation,
|
| public PrivetURLFetcher::Delegate {
|
| @@ -282,6 +283,7 @@ class PrivetLocalPrintOperationImpl
|
|
|
| base::WeakPtrFactory<PrivetLocalPrintOperationImpl> weak_factory_;
|
| };
|
| +#endif // ENABLE_FULL_PRINTING
|
|
|
| class PrivetHTTPClientImpl : public PrivetHTTPClient {
|
| public:
|
|
|