| Index: chrome/utility/chrome_content_utility_client.h
|
| diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
|
| index b028636d057416f6fd754b5aceb12048eedd0636..25d8e15f8e8717b3dcd0da0bed2c5f8c70f33a41 100644
|
| --- a/chrome/utility/chrome_content_utility_client.h
|
| +++ b/chrome/utility/chrome_content_utility_client.h
|
| @@ -77,6 +77,7 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
|
|
|
| void OnGetPrinterCapsAndDefaults(const std::string& printer_name);
|
|
|
| +#if !defined(OS_ANDROID)
|
| void OnImportStart(
|
| const importer::SourceProfile& source_profile,
|
| uint16 items,
|
| @@ -86,6 +87,7 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
|
|
|
| // The following are used with out of process profile import:
|
| void ImporterCleanup();
|
| +#endif
|
|
|
| // Thread that importer runs on, while ProfileImportThread handles messages
|
| // from the browser process.
|
|
|