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

Unified Diff: chrome/common/chrome_utility_messages.h

Issue 12093036: Move Extension Location and Type enums to Manifest, and move InstallWarning to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/commands/commands_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_utility_messages.h
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
index 284391a681bf1822fb09bbae9bf9df4225b3e95f..c1004edd1c06b776bff94dc52443e394a64f8791 100644
--- a/chrome/common/chrome_utility_messages.h
+++ b/chrome/common/chrome_utility_messages.h
@@ -57,7 +57,7 @@ IPC_STRUCT_TRAITS_END()
IPC_MESSAGE_CONTROL4(ChromeUtilityMsg_UnpackExtension,
FilePath /* extension_filename */,
std::string /* extension_id */,
- int /* Extension::Location */,
+ int /* Manifest::Location */,
int /* InitFromValue flags */)
// Tell the utility process to parse the given JSON data and verify its
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/commands/commands_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698