| Index: chrome/browser/tab_contents/render_view_context_menu.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| index 9a4fbd393cbd428894ee6f3c014cabf9c8c02cbf..7f72b09c709f1bab47741a6c2f469f22d6be0c4c 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.cc
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| @@ -533,7 +533,7 @@ void RenderViewContextMenu::AppendPlatformAppItems() {
|
| PrintableSelectionText(), &index);
|
|
|
| // Add dev tools for unpacked extensions.
|
| - if (platform_app->location() == Extension::LOAD ||
|
| + if (platform_app->location() == extensions::Manifest::LOAD ||
|
| CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDebugPackedApps)) {
|
| // Add a separator if there are any items already in the menu.
|
|
|