| Index: chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
|
| diff --git a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
|
| index 933a6aeb7c02e5f944fb72f57989c31e2b27075e..54b8409f3682f3f02402bf129d9c221d73d236d2 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
|
| +++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.cc
|
| @@ -17,7 +17,7 @@ const char* kValidSchemes[] = {
|
| chrome::kChromeUIScheme,
|
| content::kHttpScheme,
|
| content::kHttpsScheme,
|
| - chrome::kFileScheme,
|
| + content::kFileScheme,
|
| content::kFtpScheme,
|
| content::kJavaScriptScheme,
|
| chrome::kDataScheme,
|
|
|