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

Unified Diff: chrome/common/pref_names.h

Issue 12207104: Refactor app_list_util.h into AppListService abstract base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix some build problems maybe Created 7 years, 10 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 8f26c1b6310f9c80287719c5d517bc9d74b6ab4b..607497e1ab3b818e7a3e79ce1d35e314fa734ed8 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -858,9 +858,7 @@ extern const char kRLZBrand[];
extern const char kRLZDisabled[];
#endif
-#if defined(ENABLE_APP_LIST)
extern const char kAppListProfile[];
-#endif
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698