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

Unified Diff: chrome/common/chrome_paths.h

Issue 2451363002: [DevTools] Move main target/connection to TargetManager. (Closed)
Patch Set: Created 4 years, 2 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/chrome_paths.h
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 8ad714293bbf217ca40a8922c2f9694b5d97f5a8..a68705a58fa3466cd486fc765acbc3738553c10a 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -29,7 +29,7 @@ enum {
#endif
DIR_RESOURCES, // Directory containing separate file resources
// used by Chrome at runtime.
- DIR_INSPECTOR, // Directory where web inspector is located.
+ DIR_INSPECTOR_DEBUG, // Directory where web inspector is located.
DIR_APP_DICTIONARIES, // Directory where the global dictionaries are.
DIR_USER_DOCUMENTS, // Directory for a user's "My Documents".
DIR_USER_MUSIC, // Directory for a user's music.

Powered by Google App Engine
This is Rietveld 408576698