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

Unified Diff: ios/chrome/browser/pref_names.h

Issue 2484703003: [ios] Adds code to support the iOS Handoff feature. (Closed)
Patch Set: Review. Created 4 years, 1 month 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: ios/chrome/browser/pref_names.h
diff --git a/ios/chrome/browser/pref_names.h b/ios/chrome/browser/pref_names.h
index 5eca97af12a7777ee53ec00baa9d0662539ec0a2..feff827daa3de91f21a0bb52fca5fcdd91b438f3 100644
--- a/ios/chrome/browser/pref_names.h
+++ b/ios/chrome/browser/pref_names.h
@@ -5,8 +5,9 @@
#ifndef IOS_CHROME_BROWSER_PREF_NAMES_H_
#define IOS_CHROME_BROWSER_PREF_NAMES_H_
-// TODO(rohitrao): Remove this include once embedders are migrated to use the
-// new pref header.
+// TODO(crbug.com/663469): Remove these includes once embedders are migrated to
+// use the new pref header.
+#include "components/handoff/pref_names_ios.h"
#include "ios/public/provider/chrome/browser/voice/voice_search_prefs.h"
namespace prefs {
@@ -26,7 +27,6 @@ extern const char kEnableDoNotTrack[];
extern const char kHttpServerProperties[];
extern const char kIosBookmarkFolderDefault[];
extern const char kIosBookmarkPromoAlreadySeen[];
-extern const char kIosHandoffToOtherDevices[];
extern const char kIosPhysicalWebEnabled[];
extern const char kLastSessionExitedCleanly[];
extern const char kMetricsReportingWifiOnly[];

Powered by Google App Engine
This is Rietveld 408576698