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

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: move disabled to selector 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 4dd3f5d1386fe1fcb333452a91e14b6302781ded..e64d201382a50d03b5d1344d5d85e5d83583217f 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -857,9 +857,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