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

Unified Diff: chrome/common/extensions/manifest_handlers/copresence_manifest.h

Issue 901213003: Removing the project ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: chrome/common/extensions/manifest_handlers/copresence_manifest.h
diff --git a/chrome/common/extensions/manifest_handlers/copresence_manifest.h b/chrome/common/extensions/manifest_handlers/copresence_manifest.h
index 921b5854d70b65e2412a9b2cbc0078d37f511097..487c7a3603c5be9004e95e5a469b249b1f8d9a99 100644
--- a/chrome/common/extensions/manifest_handlers/copresence_manifest.h
+++ b/chrome/common/extensions/manifest_handlers/copresence_manifest.h
@@ -34,7 +34,7 @@ struct CopresenceManifestData final : public Extension::ManifestData {
CopresenceManifestData();
~CopresenceManifestData() override;
- std::string project_id;
+ std::string api_key;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698