| Index: chrome/installer/util/chrome_frame_distribution.cc
|
| ===================================================================
|
| --- chrome/installer/util/chrome_frame_distribution.cc (revision 31093)
|
| +++ chrome/installer/util/chrome_frame_distribution.cc (working copy)
|
| @@ -53,6 +53,10 @@
|
| return L"Chrome in a Frame.";
|
| }
|
|
|
| +std::string ChromeFrameDistribution::GetSafeBrowsingName() {
|
| + return "googlechromeframe";
|
| +}
|
| +
|
| std::wstring ChromeFrameDistribution::GetStateKey() {
|
| std::wstring key(google_update::kRegPathClientState);
|
| key.append(L"\\");
|
|
|