| Index: chrome/browser/extensions/convert_web_app.h
|
| diff --git a/chrome/browser/extensions/convert_web_app.h b/chrome/browser/extensions/convert_web_app.h
|
| index 77c03d56de9537a090d84a2e9e1502499e5ac3cc..7c9551a9fadb1a4e9619ac6f61c5676208c38407 100644
|
| --- a/chrome/browser/extensions/convert_web_app.h
|
| +++ b/chrome/browser/extensions/convert_web_app.h
|
| @@ -34,6 +34,7 @@ std::string ConvertTimeToExtensionVersion(const base::Time& time);
|
| // unpacked in the system temp dir. Returns a valid extension that the caller
|
| // should take ownership on success, or NULL and |error| on failure.
|
| //
|
| +// NOTE: The app created is always marked as a bookmark app.
|
| // NOTE: This function does file IO and should not be called on the UI thread.
|
| // NOTE: The caller takes ownership of the directory at extension->path() on the
|
| // returned object.
|
|
|