| Index: chrome/common/web_apps.cc
|
| diff --git a/chrome/common/web_apps.cc b/chrome/common/web_apps.cc
|
| index bfcf19945203486cfb8604ba673b4f3ec06576b9..f49b289df42ebf39932bdb108f1dc1ee32067c5d 100644
|
| --- a/chrome/common/web_apps.cc
|
| +++ b/chrome/common/web_apps.cc
|
| @@ -26,6 +26,7 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/base/resource/resource_handle.h"
|
| #include "ui/gfx/size.h"
|
| #include "webkit/glue/dom_operations.h"
|
|
|
| @@ -216,7 +217,8 @@ bool ParseWebAppFromDefinitionFile(Value* definition_value,
|
| scoped_ptr<Value> schema(
|
| base::JSONReader::ReadAndReturnError(
|
| ResourceBundle::GetSharedInstance().GetRawDataResource(
|
| - IDR_WEB_APP_SCHEMA).as_string(),
|
| + IDR_WEB_APP_SCHEMA,
|
| + ui::ResourceHandle::kScaleFactorNone).as_string(),
|
| base::JSON_PARSE_RFC, // options
|
| &error_code,
|
| &error_message));
|
|
|