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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 10777012: Disable uses of ProfileImportProcess on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
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.

Powered by Google App Engine
This is Rietveld 408576698